OSDN Git Service

Include stdio.h after gvarargs.h.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Oct 1993 00:20:47 +0000 (00:20 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Oct 1993 00:20:47 +0000 (00:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5767 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/combine.c

index d7bfaf2..bee4d53 100644 (file)
@@ -74,10 +74,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    combine anyway.  */
 
 #include "config.h"
+#include "gvarargs.h"
+
 /* Must precede rtl.h for FFS.  */
 #include <stdio.h>
 
-#include "gvarargs.h"
 #include "rtl.h"
 #include "flags.h"
 #include "regs.h"