OSDN Git Service

#include config.h before any other .h file.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 1995 10:51:33 +0000 (10:51 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 1995 10:51:33 +0000 (10:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9753 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cpperror.c

index ad91848..9da16bc 100644 (file)
@@ -22,13 +22,13 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  You are forbidden to forbid anyone else to use, share and improve
  what you give them.   Help stamp out software-hoarding!  */
 
-#include "cpplib.h"
-#include <stdio.h>
-
 #ifndef EMACS
 #include "config.h"
 #endif /* not EMACS */
 
+#include "cpplib.h"
+#include <stdio.h>
+
 /* Print the file names and line numbers of the #include
    commands which led to the current file.  */