diff options
Diffstat (limited to 'gcc/config/cris/cris-protos.h')
-rw-r--r-- | gcc/config/cris/cris-protos.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/config/cris/cris-protos.h b/gcc/config/cris/cris-protos.h index 9718cf9a9bd..ba91de1d81f 100644 --- a/gcc/config/cris/cris-protos.h +++ b/gcc/config/cris/cris-protos.h @@ -1,5 +1,6 @@ /* Definitions for GCC. Part of the machine description for CRIS. - Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005, 2006, 2007, 2009, 2010 + Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005, 2006, 2007, 2009, 2010, + 2011 Free Software Foundation, Inc. Contributed by Axis Communications. @@ -21,10 +22,6 @@ along with GCC; see the file COPYING3. If not see /* Prototypes for the CRIS port. */ -#if defined(FILE) || defined(stdin) || defined(stdout) || defined(getc) || defined(putc) -#define STDIO_INCLUDED -#endif - extern bool cris_simple_epilogue (void); #ifdef RTX_CODE extern const char *cris_op_str (rtx); |