diff options
author | YamaArashi <shadow962@live.com> | 2016-02-16 01:03:54 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-16 01:03:54 -0800 |
commit | ecae31d652106c1f3b7429570de013c3bbf33e7a (patch) | |
tree | 6981957216b10aad71c792714a25c5750611754e /gcc/c-pragma.h | |
parent | 9382e1a90b218b4b93bf53c01ef163925cf224dc (diff) |
get rid of PROTO macros
Diffstat (limited to 'gcc/c-pragma.h')
-rwxr-xr-x | gcc/c-pragma.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |