]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/search.c
cp-tree.h (scratchalloc, [...]): Define as macros for now.
authorJason Merrill <jason@gcc.gnu.org>
Tue, 14 Oct 1997 18:59:03 +0000 (14:59 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 14 Oct 1997 18:59:03 +0000 (14:59 -0400)
commite66d884e7b29d16a098c881bc8b577f2b39d3ca6
treee3025732f5c9bd1333870ea5379c4beaab725a30
parent22ef8a131aff4c58840adca891b573f9023b57ea
cp-tree.h (scratchalloc, [...]): Define as macros for now.

* cp-tree.h (scratchalloc, build_scratch_list, make_scratch_vec,
scratch_tree_cons): Define as macros for now.
* call.c, class.c, cvt.c, decl.c, decl2.c, except.c, expr.c, init.c,
lex.c, method.c, parse.y, pt.c, rtti.c, search.c, tree.c, typeck.c,
typeck2.c: Use them and the expression_obstack variants.

From-SVN: r15900
19 files changed:
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/cvt.c
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/except.c
gcc/cp/expr.c
gcc/cp/init.c
gcc/cp/lex.c
gcc/cp/method.c
gcc/cp/parse.y
gcc/cp/pt.c
gcc/cp/rtti.c
gcc/cp/search.c
gcc/cp/tree.c
gcc/cp/typeck.c
gcc/cp/typeck2.c
This page took 0.067744 seconds and 5 git commands to generate.