summaryrefslogtreecommitdiff
path: root/gcc/eh-common.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-16 01:03:54 -0800
committerYamaArashi <shadow962@live.com>2016-02-16 01:03:54 -0800
commitecae31d652106c1f3b7429570de013c3bbf33e7a (patch)
tree6981957216b10aad71c792714a25c5750611754e /gcc/eh-common.h
parent9382e1a90b218b4b93bf53c01ef163925cf224dc (diff)
get rid of PROTO macros
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. */