]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in (parse.o, decl.o): Also depend on $(srcdir)/../except.h $(srcdir)/.....
authorH.J. Lu <hjl@gnu.ai.mit.edu>
Tue, 30 Sep 1997 03:36:39 +0000 (03:36 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 30 Sep 1997 03:36:39 +0000 (23:36 -0400)
commit9f6177175d92b4d7827cd9de3240be354b2aa47b
tree3cc206011afb7e47eb6d1b156f7c6ce23549aec9
parent3a6eabfad6aae7e06cee8d7c12995e2ca423e84b
Makefile.in (parse.o, decl.o): Also depend on $(srcdir)/../except.h $(srcdir)/../output.h.

Mon Sep 29 19:57:51 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)

* Makefile.in (parse.o, decl.o): Also depend on
$(srcdir)/../except.h $(srcdir)/../output.h.
(decl2.o): Also depend on $(srcdir)/../expr.h ../insn-codes.h
$(srcdir)/../except.h $(srcdir)/../output.h.
(typeck.o, init.o): Also depend on $(srcdir)/../expr.h
../insn-codes.h.

* call.c, cp-tree.h, decl.c, tree.c: Finish prototyping.

* expr.c (cplus_expand_expr): Make it static.

* decl2.c, init.c, typeck.c: Include "expr.h".
(expand_expr): Use proper values when calling the function.

From-SVN: r15801
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/expr.c
gcc/cp/init.c
gcc/cp/tree.c
gcc/cp/typeck.c