aboutsummaryrefslogtreecommitdiffstats
path: root/src/ralloc.c
diff options
context:
space:
mode:
authorJim Blandy1992-04-24 08:11:54 +0000
committerJim Blandy1992-04-24 08:11:54 +0000
commit4746118aca2d5cbdd054b4af4814d56550dfbc79 (patch)
tree370e07c6950794f936bc8d434cb0560d883e4a0b /src/ralloc.c
parentd4327fecc103493bc8275c3580b05c06c9fcc019 (diff)
downloademacs-4746118aca2d5cbdd054b4af4814d56550dfbc79.tar.gz
emacs-4746118aca2d5cbdd054b4af4814d56550dfbc79.zip
*** empty log message ***
Diffstat (limited to 'src/ralloc.c')
-rw-r--r--src/ralloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ralloc.c b/src/ralloc.c
index fe22ae4ffe1..927c2dd5477 100644
--- a/src/ralloc.c
+++ b/src/ralloc.c
@@ -27,6 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
27#include "lisp.h" /* Needed for VALBITS. */ 27#include "lisp.h" /* Needed for VALBITS. */
28#undef NULL 28#undef NULL
29#include "mem_limits.h" 29#include "mem_limits.h"
30#include "getpagesize.h"
30 31
31#define NIL ((POINTER) 0) 32#define NIL ((POINTER) 0)
32 33