diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 2 |
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; |