diff options
| author | Roland McGrath | 1992-10-12 18:55:05 +0000 |
|---|---|---|
| committer | Roland McGrath | 1992-10-12 18:55:05 +0000 |
| commit | e231fd422ebaab39dd7b4d46542900954227f8bd (patch) | |
| tree | 6c64fde776053e5be952b005b6a0ece1d2752390 /src/ralloc.c | |
| parent | a128c7a0043744281f8ae9cae4baa42ab9c6a11b (diff) | |
| download | emacs-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.c | 2 |
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) |