Include stdio.h before rtl.h.

From-SVN: r4884
This commit is contained in:
Richard Stallman 1993-07-09 05:09:25 +00:00
parent c90fb4e6d4
commit 9c3b4c8be3
2 changed files with 6 additions and 2 deletions

View File

@ -74,6 +74,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
combine anyway. */
#include "config.h"
/* Must precede rtl.h for FFS. */
#include <stdio.h>
#include "gvarargs.h"
#include "rtl.h"
#include "flags.h"
@ -87,7 +90,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "insn-attr.h"
#include "recog.h"
#include "real.h"
#include <stdio.h>
/* It is not safe to use ordinary gen_lowpart in combine.
Use gen_lowpart_for_combine instead. See comments there. */

View File

@ -19,6 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h"
/* Must precede rtl.h for FFS. */
#include <stdio.h>
#include "rtl.h"
#include "regs.h"
#include "hard-reg-set.h"
@ -27,7 +30,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "insn-config.h"
#include "recog.h"
#include <stdio.h>
#include <setjmp.h>
/* The basic idea of common subexpression elimination is to go