From: Richard Kenner Date: Sat, 20 May 1995 10:51:33 +0000 (-0400) Subject: #include config.h before any other .h file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f32da1f64c316511355f43ef1c3526d939ba0d0b;p=gcc.git #include config.h before any other .h file. From-SVN: r9753 --- 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 - #ifndef EMACS #include "config.h" #endif /* not EMACS */ +#include "cpplib.h" +#include + /* Print the file names and line numbers of the #include commands which led to the current file. */