aboutsummaryrefslogtreecommitdiffstats
path: root/src/ralloc.c
diff options
context:
space:
mode:
authorRoland McGrath1992-10-12 18:55:05 +0000
committerRoland McGrath1992-10-12 18:55:05 +0000
commite231fd422ebaab39dd7b4d46542900954227f8bd (patch)
tree6c64fde776053e5be952b005b6a0ece1d2752390 /src/ralloc.c
parenta128c7a0043744281f8ae9cae4baa42ab9c6a11b (diff)
downloademacs-e231fd422ebaab39dd7b4d46542900954227f8bd.tar.gz
emacs-e231fd422ebaab39dd7b4d46542900954227f8bd.zip
mem_limits.h is now called mem-limits.h.
Diffstat (limited to 'src/ralloc.c')
-rw-r--r--src/ralloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ralloc.c b/src/ralloc.c
index 3f65c063850..5131402bdf2 100644
--- a/src/ralloc.c
+++ b/src/ralloc.c
@@ -42,7 +42,7 @@ typedef void *POINTER;
42#endif 42#endif
43 43
44#undef NULL 44#undef NULL
45#include "mem_limits.h" 45#include "mem-limits.h"
46#include "getpagesize.h" 46#include "getpagesize.h"
47 47
48#define NIL ((POINTER) 0) 48#define NIL ((POINTER) 0)