Include stdio.h last.
authorRichard Stallman <rms@gnu.org>
Wed, 13 Oct 1993 00:20:31 +0000 (00:20 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 13 Oct 1993 00:20:31 +0000 (00:20 +0000)
From-SVN: r5766

gcc/bc-emit.c

index 8b2e750c0b1accff03b27404ace0cdc29c1cb9ff..62cc5338aa14947bdaadf1cb025f626628d5442c 100644 (file)
@@ -18,7 +18,6 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include <stdio.h>
 #include "config.h"
 #include "gvarargs.h"
 #include "machmode.h"
@@ -34,6 +33,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "bc-typecd.h"
 #include "bi-run.h"
 
+#include <stdio.h>
+
 extern char *xmalloc (), *xrealloc ();
 extern void free ();