diff options
Diffstat (limited to 'gcc/eh-common.h')
-rwxr-xr-x | gcc/eh-common.h | 2 |
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. */ |