diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-01 05:00:18 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-01 05:00:18 +0000 |
commit | 8a82c3cf49bf6a6e6e5e24cd2080bf6b09a37878 (patch) | |
tree | 521bc581c2a29e8aa30a8787670777925bafaab4 /gcc/flags.h | |
parent | 4772072dc5f8ab408c9f4aefbe2643a1cadc0bdf (diff) | |
download | gcc-8a82c3cf49bf6a6e6e5e24cd2080bf6b09a37878.tar.gz |
* final.c: Convert prototypes to ISO C90.
* flow.c: Likewise.
* flags.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68760 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index d0ee4a10afb..de7cc816bfb 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -99,7 +99,7 @@ extern bool warnings_are_errors; set_Wunused() to update the -Wunused-* flags that correspond to the -Wunused option. */ -extern void set_Wunused PARAMS ((int setting)); +extern void set_Wunused (int setting); extern bool warn_unused_function; extern bool warn_unused_label; |