comparison src/term.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 929e4c850e76
children bd8a172bf8a0
comparison
equal deleted inserted replaced
4695:32220a85d53b 4696:1fc792473491
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21 #include <stdio.h> 21 #include <stdio.h>
22 #include <ctype.h> 22 #include <ctype.h>
23 #include "config.h" 23 #include <config.h>
24 #include "termchar.h" 24 #include "termchar.h"
25 #include "termopts.h" 25 #include "termopts.h"
26 #include "cm.h" 26 #include "cm.h"
27 #undef NULL 27 #undef NULL
28 #include "lisp.h" 28 #include "lisp.h"