diff options
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r-- | gcc/fix-header.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index 0a3e98f..24c2070 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -372,8 +372,6 @@ int seen_errno = 0; /* The following are only used when handling stdlib.h */ int seen_EXIT_FAILURE = 0, seen_EXIT_SUCCESS = 0; -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free struct obstack scan_file_obstack; /* NOTE: If you edit this, also edit gen-protos.c !! */ |