aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-03-12 13:55:52 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-03-12 13:55:52 +0000
commit8be1ddcacc974c896a22785d7c833a3987a7c5e6 (patch)
tree21ac37bc30d81c8ce27a8cfccc10843cc6a9eabe /gcc/cppinit.c
parentc24f43032bb3ef20eaf0e8c21ff890860f2b0e9e (diff)
downloadgcc-8be1ddcacc974c896a22785d7c833a3987a7c5e6.zip
gcc-8be1ddcacc974c896a22785d7c833a3987a7c5e6.tar.gz
gcc-8be1ddcacc974c896a22785d7c833a3987a7c5e6.tar.bz2
* cppinit.c (cl_directive_handler): More K&R fixing.
From-SVN: r32490
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r--gcc/cppinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c
index 7eb127f..c1bb1eb 100644
--- a/gcc/cppinit.c
+++ b/gcc/cppinit.c
@@ -165,7 +165,7 @@ static const struct default_include include_defaults_array[]
-D, ignored for the others.
(Future: add an equivalent of -U for -A) */
-typedef void (* cl_directive_handler) (cpp_reader *, const char *);
+typedef void (* cl_directive_handler) PARAMS ((cpp_reader *, const char *));
struct pending_option
{
struct pending_option *next;