Commit 8be1ddca by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r32490
parent c24f4303
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment