Mercurial > emacs
changeset 12183:47685fb0fbd1
Include config.h before stdio.h.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Sat, 10 Jun 1995 21:45:43 +0000 |
parents | 531750bd747b |
children | 629806145d36 |
files | src/w32.c src/w32console.c src/w32proc.c |
diffstat | 3 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32.c Sat Jun 10 02:51:03 1995 +0000 +++ b/src/w32.c Sat Jun 10 21:45:43 1995 +0000 @@ -56,6 +56,7 @@ return (str ? str : "Sun Jan 01 00:00:00 1970"); } +#include <config.h> #include <windows.h> #include <stdlib.h> #include <stdio.h> @@ -63,7 +64,6 @@ #include <fcntl.h> #include <ctype.h> -#include "config.h" #define getwd _getwd #include "lisp.h" #undef getwd
--- a/src/w32console.c Sat Jun 10 02:51:03 1995 +0000 +++ b/src/w32console.c Sat Jun 10 21:45:43 1995 +0000 @@ -22,11 +22,10 @@ */ +#include <config.h> + #include <stdlib.h> #include <stdio.h> - -#include "config.h" - #include <windows.h> #include "lisp.h"
--- a/src/w32proc.c Sat Jun 10 02:51:03 1995 +0000 +++ b/src/w32proc.c Sat Jun 10 21:45:43 1995 +0000 @@ -21,14 +21,14 @@ Adapted from alarm.c by Tim Fleehart */ +#include <config.h> + #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <io.h> #include <signal.h> -#include "config.h" - #include <windows.h> #include "lisp.h"