Mercurial > hg > xemacs-beta
comparison src/m/att3b.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 | 850242ba4a81 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
71 Define neither one if an assembler-language alloca | 71 Define neither one if an assembler-language alloca |
72 in the file alloca.s should be used. */ | 72 in the file alloca.s should be used. */ |
73 | 73 |
74 /* SysV has alloca in the PW library */ | 74 /* SysV has alloca in the PW library */ |
75 | 75 |
76 #define LIB_STANDARD -lPW -lc | 76 #define LIB_STANDARD "-lPW -lc" |
77 #define HAVE_ALLOCA | 77 #define HAVE_ALLOCA |
78 | 78 |
79 /* Define NO_REMAP if memory segmentation makes it not work well | 79 /* Define NO_REMAP if memory segmentation makes it not work well |
80 to change the boundary between the text section and data section | 80 to change the boundary between the text section and data section |
81 when Emacs is dumped. If you define this, the preloaded Lisp | 81 when Emacs is dumped. If you define this, the preloaded Lisp |