comparison src/m/cydra5.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children a86b2b5e0111
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
86 to change the boundary between the text section and data section 86 to change the boundary between the text section and data section
87 when Emacs is dumped. If you define this, the preloaded Lisp 87 when Emacs is dumped. If you define this, the preloaded Lisp
88 code will not be sharable; but that's better than failing completely. */ 88 code will not be sharable; but that's better than failing completely. */
89 89
90 #define NO_REMAP 90 #define NO_REMAP
91 #define LIBS_MACHINE -lsocket -lnsl 91 #define LIBS_MACHINE "-lsocket -lnsl"
92 92
93 /* Stack grows downward in memory. */ 93 /* Stack grows downward in memory. */
94 #define STACK_DIRECTION -1 94 #define STACK_DIRECTION -1
95 95
96 /* The data section in a coff file must be aligned in the file. */ 96 /* The data section in a coff file must be aligned in the file. */