aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 2b5c9fe..5ecdbc0 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -302,7 +302,7 @@ function_needs_eh_personality (struct function *);
/* Pre-order iteration within the eh_region tree. */
-static inline eh_region
+inline eh_region
ehr_next (eh_region r, eh_region start)
{
if (r->inner)