* cppinit.c (cl_directive_handler): More K&R fixing.

From-SVN: r32490
This commit is contained in:
Kaveh R. Ghazi 2000-03-12 13:55:52 +00:00 committed by Kaveh Ghazi
parent c24f43032b
commit 8be1ddcacc
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;