summaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-20 06:51:33 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-20 06:51:33 -0400
commitf32da1f64c316511355f43ef1c3526d939ba0d0b (patch)
tree689821396a186eaf6753b30a3718c2583cb9d061 /gcc/cpperror.c
parentd3e02253f48069b3c2e855b77d47845f151ca430 (diff)
downloadgcc-f32da1f64c316511355f43ef1c3526d939ba0d0b.tar.gz
#include config.h before any other .h file.
From-SVN: r9753
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r--gcc/cpperror.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index ad918482d2a..9da16bc880e 100644
--- a/gcc/cpperror.c
+++ b/gcc/cpperror.c
@@ -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. */