* cppinit.c (cl_directive_handler): More K&R fixing.
From-SVN: r32490
This commit is contained in:
parent
c24f43032b
commit
8be1ddcacc
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user