Mercurial > hg > xemacs-beta
comparison src/s/aix3-2.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 | e45d5e7c476e |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
14 /* Some programs in src produce warnings saying certain subprograms | 14 /* Some programs in src produce warnings saying certain subprograms |
15 are to comples and need a MAXMEM value greater than 2000 for | 15 are to comples and need a MAXMEM value greater than 2000 for |
16 additional optimization. --nils@exp-math.uni-essen.de */ | 16 additional optimization. --nils@exp-math.uni-essen.de */ |
17 /* XEmacs change: maxmem=-1 means unlimited. Suggested by | 17 /* XEmacs change: maxmem=-1 means unlimited. Suggested by |
18 dkeller@VNET.IBM.COM */ | 18 dkeller@VNET.IBM.COM */ |
19 #define C_SWITCH_SYSTEM -ma -qmaxmem=-1 | 19 #define C_SWITCH_SYSTEM "-ma -qmaxmem=-1" |
20 #else | 20 #else |
21 /* Otherwise, XEmacs is just too big ... */ | 21 /* Otherwise, XEmacs is just too big ... */ |
22 #define C_SWITCH_SYSTEM -mminimal-toc | 22 #define C_SWITCH_SYSTEM "-mminimal-toc" |
23 #endif | 23 #endif |
24 | 24 |
25 #define HAVE_ALLOCA | 25 #define HAVE_ALLOCA |
26 /* Adrian Colley <Adrian.Colley@three.serpentine.com> says this is needed. */ | 26 /* Adrian Colley <Adrian.Colley@three.serpentine.com> says this is needed. */ |
27 #ifndef NOT_C_CODE | 27 #ifndef NOT_C_CODE |
41 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because | 41 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because |
42 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ | 42 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ |
43 /* XEmacs change: no evidence of this in XEmacs */ | 43 /* XEmacs change: no evidence of this in XEmacs */ |
44 #if 0 | 44 #if 0 |
45 #ifndef __GNUC__ | 45 #ifndef __GNUC__ |
46 #define C_SWITCH_DEBUG -g | 46 #define C_SWITCH_DEBUG "-g" |
47 #define C_SWITCH_OPTIMIZE | 47 #define C_SWITCH_OPTIMIZE |
48 #endif | 48 #endif |
49 #endif | 49 #endif |
50 | 50 |
51 /* The character-composition stuff is broken in X11R5. | 51 /* The character-composition stuff is broken in X11R5. |