diff options
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r-- | gcc/genautomata.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c index 0fddf27..a43b983 100644 --- a/gcc/genautomata.c +++ b/gcc/genautomata.c @@ -116,9 +116,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "genattrtab.h" -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free - /* Positions in machine description file. Now they are not used. But they could be used in the future for better diagnostic messages. */ typedef int pos_t; |