aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2003-07-01 07:00:18 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-07-01 07:00:18 +0200
commit6cf9ac28580beb4c5ae891781250cf5d6744d676 (patch)
tree521bc581c2a29e8aa30a8787670777925bafaab4 /gcc/flags.h
parent4c20b2e76b5b12a2f4efdc62eec8fcfa650c6a80 (diff)
downloadgcc-6cf9ac28580beb4c5ae891781250cf5d6744d676.zip
gcc-6cf9ac28580beb4c5ae891781250cf5d6744d676.tar.gz
gcc-6cf9ac28580beb4c5ae891781250cf5d6744d676.tar.bz2
final.c: Convert prototypes to ISO C90.
* final.c: Convert prototypes to ISO C90. * flow.c: Likewise. * flags.h: Likewise. From-SVN: r68760
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index d0ee4a1..de7cc81 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;