Commit bc04dacb by Richard Stallman

Move include of stdio.h before output.h.

From-SVN: r1917
parent a23b64d5
...@@ -55,11 +55,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -55,11 +55,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "conditions.h" #include "conditions.h"
#include "flags.h" #include "flags.h"
#include "real.h" #include "real.h"
#include "output.h"
#include "hard-reg-set.h" #include "hard-reg-set.h"
#include "defaults.h" #include "defaults.h"
#include <stdio.h> #include <stdio.h>
#include "output.h"
/* Get N_SLINE and N_SOL from stab.h if we can expect the file to exist. */ /* Get N_SLINE and N_SOL from stab.h if we can expect the file to exist. */
#if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO) #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
#if defined (USG) || defined (NO_STAB_H) #if defined (USG) || defined (NO_STAB_H)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment