Mercurial > hg > xemacs-beta
comparison src/m/altos.h @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 8eaf7971accc |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
21 /* Synched up with: FSF 19.31. */ | 21 /* Synched up with: FSF 19.31. */ |
22 | 22 |
23 /* The following line tells the configuration script what sort of | 23 /* The following line tells the configuration script what sort of |
24 operating system this machine is likely to run. | 24 operating system this machine is likely to run. |
25 USUAL-OPSYS="usg5-2" */ | 25 USUAL-OPSYS="usg5-2" */ |
26 | |
27 #define EXPLICIT_SIGN_EXTEND | |
28 | 26 |
29 #define LIB_STANDARD "-lc" | 27 #define LIB_STANDARD "-lc" |
30 | 28 |
31 #ifdef __GNUC__ | 29 #ifdef __GNUC__ |
32 #define alloca __builtin_alloca | 30 #define alloca __builtin_alloca |