* i386.c: Move include of "config.h" to before that of <setjmp.h>.
authorJoseph Myers <jsm28@cam.ac.uk>
Sat, 30 Sep 2000 08:05:55 +0000 (09:05 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 30 Sep 2000 08:05:55 +0000 (09:05 +0100)
From-SVN: r36677

gcc/ChangeLog
gcc/config/i386/i386.c

index 51c42f220cdd17ef52bd1de84bde33b4b1310750..9570b2835c0a29cbba97d3e46d933ce543dfb41a 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * i386.c: Move include of "config.h" to before that of <setjmp.h>.
+
 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi:
index b66e5a4df56c0885298a7601d8361cd2604d4753..1f0bee79f9fc44046447fae02cec799d854e0035 100644 (file)
@@ -19,8 +19,8 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#include <setjmp.h>
 #include "config.h"
+#include <setjmp.h>
 #include "system.h"
 #include "rtl.h"
 #include "tree.h"