diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-06 18:59:38 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-06 18:59:38 +0000 |
commit | 5a2784f82e64394ffa17f8cacdb5270482ee8423 (patch) | |
tree | 76c547ec54bb4708e30224c15686141e4954541a /gcc/c-pragma.h | |
parent | c4918153fded93bf81a0c33d30cc07ec8709fb9c (diff) | |
download | gcc-5a2784f82e64394ffa17f8cacdb5270482ee8423.tar.gz |
* basic-block.h: Convert prototypes to ISO C90.
* c-parse.in: Likewise.
* c-pragma.h: Likewise.
* c-typeck.c: Likewise.
* cfghooks.h: Likewise.
* cfgloopanal.c: Likewise.
* dbxout.h: Likewise.
* debug.h: Likewise.
* dwarf2asm.h: Likewise.
* gcov.c: Likewise.
* gengtype-lex.l: Likewise.
* sched-int.h: Likewise.
* timevar.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69010 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r-- | gcc/c-pragma.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h index 57f78845de0..b14a0c4738c 100644 --- a/gcc/c-pragma.h +++ b/gcc/c-pragma.h @@ -51,9 +51,8 @@ extern void init_pragma (void); /* Front-end wrapper for pragma registration to avoid dragging cpplib.h in almost everywhere. */ -extern void c_register_pragma - PARAMS ((const char *, const char *, - void (*) (struct cpp_reader *))); +extern void c_register_pragma (const char *, const char *, + void (*) (struct cpp_reader *)); extern void maybe_apply_pragma_weak (tree); extern tree maybe_apply_renaming_pragma (tree, tree); extern void add_to_renaming_pragma_list (tree, tree); |