diff options
Diffstat (limited to 'gcc/read-rtl.c')
-rw-r--r-- | gcc/read-rtl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c index 5db7b99a409..03b0f7d4b0d 100644 --- a/gcc/read-rtl.c +++ b/gcc/read-rtl.c @@ -25,12 +25,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "obstack.h" #include "hashtab.h" -#ifndef ISDIGIT -#include <ctype.h> -#define ISDIGIT isdigit -#define ISSPACE isspace -#endif - #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free |