diff options
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r-- | gcc/cp/except.c | 2 |
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; { |