Mercurial > hg > xemacs-beta
comparison src/malloc.c @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 19dcec799385 |
children | a300bb07d72d |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
164 #define USG | 164 #define USG |
165 #endif | 165 #endif |
166 | 166 |
167 #endif /* not emacs */ | 167 #endif /* not emacs */ |
168 | 168 |
169 #include <stddef.h> | |
170 | |
171 /* Define getpagesize () if the system does not. */ | 169 /* Define getpagesize () if the system does not. */ |
172 #include "getpagesize.h" | 170 #include "getpagesize.h" |
173 | 171 |
174 #ifdef HAVE_ULIMIT_H | 172 #ifdef HAVE_ULIMIT_H |
175 #include <ulimit.h> | 173 #include <ulimit.h> |