#include config.h before any other .h file.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 20 May 1995 10:51:33 +0000 (06:51 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 20 May 1995 10:51:33 +0000 (06:51 -0400)
From-SVN: r9753

gcc/cpperror.c

index ad918482d2a99b7ad70b8ca64fd035477b5ad79c..9da16bc880e016cd4d1036fe05eb096b555ceb95 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.  */