comparison src/dispnew.c @ 7900:60795e826dad

Put stdio.h after config.h.
author Richard M. Stallman <rms@gnu.org>
date Wed, 15 Jun 1994 03:54:06 +0000
parents e1e536773850
children b87f2c705501
comparison
equal deleted inserted replaced
7899:facf6b0e97ff 7900:60795e826dad
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
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 <signal.h> 21 #include <signal.h>
22
23 #include <config.h>
24
22 #include <stdio.h> 25 #include <stdio.h>
23
24 #include <config.h>
25 #include <ctype.h> 26 #include <ctype.h>
26 27
27 #include "lisp.h" 28 #include "lisp.h"
28 #include "termchar.h" 29 #include "termchar.h"
29 #include "termopts.h" 30 #include "termopts.h"