comparison src/ralloc.c @ 4696:1fc792473491

Include <config.h> instead of "config.h".
author Roland McGrath <roland@gnu.org>
date Fri, 10 Sep 1993 06:15:46 +0000
parents df4d091e603e
children 9ab921a16318
comparison
equal deleted inserted replaced
4695:32220a85d53b 4696:1fc792473491
23 rather than all of them. This means allowing for a possible 23 rather than all of them. This means allowing for a possible
24 hole between the first bloc and the end of malloc storage. */ 24 hole between the first bloc and the end of malloc storage. */
25 25
26 #ifdef emacs 26 #ifdef emacs
27 27
28 #include "config.h" 28 #include <config.h>
29 #include "lisp.h" /* Needed for VALBITS. */ 29 #include "lisp.h" /* Needed for VALBITS. */
30 30
31 #undef NULL 31 #undef NULL
32 32
33 /* The important properties of this type are that 1) it's a pointer, and 33 /* The important properties of this type are that 1) it's a pointer, and