From 225ff11985aa7ebb3b51b935e0afe6197ae7f54e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 9 Dec 1999 23:24:58 +0000 Subject: except.c (expand_throw): Add static attribute to match prototype. * except.c (expand_throw): Add static attribute to match prototype. * Makefile.in (semantics.o): Add dependency on output.h. * semantics.c: Include output.h for declaration of make_function_rtl. From-SVN: r30850 --- gcc/cp/semantics.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/cp/semantics.c') diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index ca0201d..c836888 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -34,6 +34,7 @@ #include "flags.h" #include "ggc.h" #include "rtl.h" +#include "output.h" /* There routines provide a modular interface to perform many parsing operations. They may therefore be used during actual parsing, or @@ -46,6 +47,7 @@ static tree expand_cond PROTO((tree)); static tree maybe_convert_cond PROTO((tree)); +static tree simplify_aggr_init_exprs_r PROTO((tree *, int *, void *)); /* Record the fact that STMT was the last statement added to the statement tree. */ -- cgit v1.1