Mercurial > hg > xemacs-beta
comparison src/m/stride.h @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 376386a54a3c |
children | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
89 /* Specify alignment requirement for start of text and data sections | 89 /* Specify alignment requirement for start of text and data sections |
90 in the executable file. */ | 90 in the executable file. */ |
91 | 91 |
92 #define SECTION_ALIGNMENT (getpagesize() - 1) | 92 #define SECTION_ALIGNMENT (getpagesize() - 1) |
93 | 93 |
94 /* Define this macro if system defines a type `union wait'. */ | |
95 | |
96 #define HAVE_UNION_WAIT |