diff options
Diffstat (limited to 'gcc/hash.h')
-rwxr-xr-x | gcc/hash.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -19,10 +19,6 @@ along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef IN_GCC -#include <ansidecl.h> -#endif /* ! IN_GCC */ - #include "obstack.h" typedef enum {false, true} boolean; |