Mercurial > emacs
comparison src/ralloc.c @ 621:eca8812e61cd
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Fri, 24 Apr 1992 08:11:54 +0000 |
| parents | 53f29271d1b0 |
| children | 64e152d639af |
comparison
equal
deleted
inserted
replaced
| 620:88a29c720fa7 | 621:eca8812e61cd |
|---|---|
| 25 | 25 |
| 26 #include "config.h" | 26 #include "config.h" |
| 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 |
| 33 | 34 |
| 34 /* Declarations for working with the malloc, ralloc, and system breaks. */ | 35 /* Declarations for working with the malloc, ralloc, and system breaks. */ |
