diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2002-07-23 06:22:05 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-07-23 06:22:05 +0000 |
commit | 4fa31c2aae72bba8150f3bacb3529d5eb4ed4866 (patch) | |
tree | d9f5137d155815ae95eb8edac101fd2d075fbe73 /gcc/flow.c | |
parent | e75abdabb2c3e7a31dfbe7a29022a038e3f2ecc1 (diff) | |
download | gcc-4fa31c2aae72bba8150f3bacb3529d5eb4ed4866.tar.gz |
defaults.h (obstack_chunk_alloc, [...]): Default definition.
* defaults.h (obstack_chunk_alloc, obstack_chunk_free):
Default definition.
* gcse.c: Don't define obstack_chunk_free.
* collect2.c, conflict.c, df.c, diagnostic.c, fix-header.c,
flow.c, gcc.c, genattrtab.c, genautomata.c, genflags.c, gensupport.c,
integrate.c, loop.c, ra.c, read-rtl.c, regrename.c, reload1.c,
reorg.c, tlink.c, tree.c, config/arm/arm.c, objc/objc-act.c:
Don't define obstack macros.
cp:
* class.c, method.c, pt.c, search.c: Similarly.
From-SVN: r55665
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index aad646af0f6..3a7326ac5fa 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -140,9 +140,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "obstack.h" #include "splay-tree.h" -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free - /* EXIT_IGNORE_STACK should be nonzero if, when returning from a function, the stack pointer does not matter. The value is tested only in functions that have frame pointers. |