Mercurial > hg > xemacs-beta
comparison src/malloc.c @ 321:19dcec799385 r21-0-58
Import from CVS: tag r21-0-58
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:46:44 +0200 |
parents | 57709be46d1b |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
320:73c75c43c1f2 | 321:19dcec799385 |
---|---|
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 | |
169 /* Define getpagesize () if the system does not. */ | 171 /* Define getpagesize () if the system does not. */ |
170 #include "getpagesize.h" | 172 #include "getpagesize.h" |
171 | 173 |
172 #ifdef HAVE_ULIMIT_H | 174 #ifdef HAVE_ULIMIT_H |
173 #include <ulimit.h> | 175 #include <ulimit.h> |