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/except.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/except.c') diff --git a/gcc/cp/except.c b/gcc/cp/except.c index 62cae27..48eb4fd 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -766,7 +766,7 @@ alloc_eh_object (type) generate a label for the throw block 4. jump to the throw block label. */ -tree +static tree expand_throw (exp) tree exp; { -- cgit v1.1