From: Richard Stallman Date: Wed, 13 Oct 1993 00:20:31 +0000 (+0000) Subject: Include stdio.h last. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ed5f8c28a510515125d3389a5450057e825be31;p=gcc.git Include stdio.h last. From-SVN: r5766 --- diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c index 8b2e750c0b1..62cc5338aa1 100644 --- a/gcc/bc-emit.c +++ b/gcc/bc-emit.c @@ -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 #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 + extern char *xmalloc (), *xrealloc (); extern void free ();