comparison src/s/aix3-2.h @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents 0132846995bd
children 74fd4e045ea6
comparison
equal deleted inserted replaced
206:d3e9274cbc4e 207:e45d5e7c476e
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 #if 0 /* mrb */
19 #define C_SWITCH_SYSTEM "-ma -qmaxmem=-1" 20 #define C_SWITCH_SYSTEM "-ma -qmaxmem=-1"
21 #endif /* mrb */
20 #else 22 #else
21 /* Otherwise, XEmacs is just too big ... */ 23 /* Otherwise, XEmacs is just too big ... */
22 #define C_SWITCH_SYSTEM "-mminimal-toc" 24 #define C_SWITCH_SYSTEM "-mminimal-toc"
23 #endif 25 #endif
24 26