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/c-pragma.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/c-pragma.h') diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h index 685f54a..6ee195a 100755 --- a/gcc/c-pragma.h +++ b/gcc/c-pragma.h @@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */ #define HANDLE_PRAGMA_PACK 1 #define PRAGMA_INSERT_ATTRIBUTES(node, pattr, prefix_attr) \ insert_pack_attributes (node, pattr, prefix_attr) -extern void insert_pack_attributes PROTO((tree, tree *, tree *)); +extern void insert_pack_attributes (tree, tree *, tree *); #endif /* HANDLE_PRAGMA_PACK_PUSH_POP */ @@ -94,7 +94,7 @@ enum pragma_state }; /* Handle a C style pragma */ -extern int handle_pragma_token PROTO((char *, tree)); +extern int handle_pragma_token (char *, tree); #endif /* HANDLE_GENERIC_PRAGMAS */ #endif /* _C_PRAGMA_H */ -- cgit v1.2.3