summaryrefslogtreecommitdiff
path: root/gcc/eh-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/eh-common.h')
-rwxr-xr-xgcc/eh-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/eh-common.h b/gcc/eh-common.h
index c0ff7e7..4d151b8 100755
--- a/gcc/eh-common.h
+++ b/gcc/eh-common.h
@@ -101,7 +101,7 @@ typedef struct exception_descriptor
3 - exception table region is in (exception descriptor *)
*/
-typedef void * (*__eh_matcher) PROTO ((void *, void *, void *));
+typedef void * (*__eh_matcher) (void *, void *, void *);
/* This value is to be checked as a 'match all' case in the runtime field. */