From ecae31d652106c1f3b7429570de013c3bbf33e7a Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 16 Feb 2016 01:03:54 -0800 Subject: get rid of PROTO macros --- gcc/eh-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/eh-common.h') 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. */ -- cgit v1.2.3