comparison src/lread.c @ 3041:200a7b012253

Don't #undef NULL.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 May 1993 22:35:11 +0000
parents e94a593c3952
children 57174f9b1870
comparison
equal deleted inserted replaced
3040:aa7dcfbfa478 3041:200a7b012253
22 #include <stdio.h> 22 #include <stdio.h>
23 #include <sys/types.h> 23 #include <sys/types.h>
24 #include <sys/stat.h> 24 #include <sys/stat.h>
25 #include <sys/file.h> 25 #include <sys/file.h>
26 #include <ctype.h> 26 #include <ctype.h>
27 #undef NULL
28 #include "config.h" 27 #include "config.h"
29 #include "lisp.h" 28 #include "lisp.h"
30 29
31 #ifndef standalone 30 #ifndef standalone
32 #include "buffer.h" 31 #include "buffer.h"