Mercurial > hg > xemacs-beta
comparison src/m/next.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | a86b2b5e0111 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
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 | |
28 | 37 |
29 /* Say that the text segment of a.out includes the header; | 38 /* Say that the text segment of a.out includes the header; |
30 the header actually occupies the first few bytes of the text segment | 39 the header actually occupies the first few bytes of the text segment |
31 and is counted in hdr.a_text. */ | 40 and is counted in hdr.a_text. */ |
32 | 41 |