Mercurial > hg > xemacs-beta
comparison src/m/next.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 | 0132846995bd |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
23 /* Say this machine is a next if not previously defined */ | 23 /* Say this machine is a next if not previously defined */ |
24 | 24 |
25 #ifndef NeXT | 25 #ifndef NeXT |
26 #define NeXT | 26 #define NeXT |
27 #endif | 27 #endif |
28 | |
29 /* Define how to take a char and sign-extend into an int. | |
30 On machines where char is signed, this is a no-op. */ | |
31 | |
32 #define SIGN_EXTEND_CHAR(c) (c) | |
33 | |
34 /* XINT must explicitly sign-extend */ | |
35 | |
36 #define EXPLICIT_SIGN_EXTEND | |
37 | 28 |
38 /* Say that the text segment of a.out includes the header; | 29 /* Say that the text segment of a.out includes the header; |
39 the header actually occupies the first few bytes of the text segment | 30 the header actually occupies the first few bytes of the text segment |
40 and is counted in hdr.a_text. */ | 31 and is counted in hdr.a_text. */ |
41 | 32 |