aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>1999-12-09 23:24:58 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-12-09 23:24:58 +0000
commit225ff11985aa7ebb3b51b935e0afe6197ae7f54e (patch)
tree7666e8073374846ad957d143d2a777c87f1d31c7 /gcc/cp/except.c
parent3eb24f739e0576e8370a1aa540950ec9555e62b2 (diff)
downloadgcc-225ff11985aa7ebb3b51b935e0afe6197ae7f54e.zip
gcc-225ff11985aa7ebb3b51b935e0afe6197ae7f54e.tar.gz
gcc-225ff11985aa7ebb3b51b935e0afe6197ae7f54e.tar.bz2
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
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r--gcc/cp/except.c2
1 files changed, 1 insertions, 1 deletions
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;
{