aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/cppinit.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5fa7759..f12ee68 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * cppinit.c (cl_directive_handler): More K&R fixing.
+
Sat Mar 11 23:54:26 2000 Jim Wilson <wilson@cygnus.com>
* config/ia64/ia64.c (ia64_compute_frame_size): Align size to
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;