Commit 7b03adc6 by Richard Henderson

* cpplib.c (run_directive): Fix prototype.

From-SVN: r37108
parent 930cd796
......@@ -82,7 +82,7 @@ struct directive
static void skip_rest_of_line PARAMS ((cpp_reader *));
static void check_eol PARAMS ((cpp_reader *));
static void run_directive PARAMS ((cpp_reader *, int,
const char *, unsigned int,
const char *, size_t,
const char *));
static int glue_header_name PARAMS ((cpp_reader *, cpp_token *));
static int parse_include PARAMS ((cpp_reader *, cpp_token *));
......
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