comparison src/sysdep.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 6945d02dd725
children a915b866ac7f
comparison
equal deleted inserted replaced
4695:32220a85d53b 4696:1fc792473491
19 19
20 20
21 #include <signal.h> 21 #include <signal.h>
22 #include <setjmp.h> 22 #include <setjmp.h>
23 23
24 #include "config.h" 24 #include <config.h>
25 #include "lisp.h" 25 #include "lisp.h"
26 #include "blockinput.h" 26 #include "blockinput.h"
27 #undef NULL 27 #undef NULL
28 28
29 #define min(x,y) ((x) > (y) ? (y) : (x)) 29 #define min(x,y) ((x) > (y) ? (y) : (x))