From 7b03adc67762620f9ab06e19d4b73fe0e9e09614 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 28 Oct 2000 14:40:43 -0700 Subject: [PATCH] * cpplib.c (run_directive): Fix prototype. From-SVN: r37108 --- gcc/cpplib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 5f54e604797..e16585f5668 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -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 *)); -- 2.30.2