diff options
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 */ |