aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2000-10-28 14:40:43 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-10-28 14:40:43 -0700
commit7b03adc67762620f9ab06e19d4b73fe0e9e09614 (patch)
tree467586399d4a6700da01e8630ac8ebf81074eacb
parent930cd7963b4a8e30901950a1103c7a84257ee8db (diff)
downloadgcc-7b03adc67762620f9ab06e19d4b73fe0e9e09614.zip
gcc-7b03adc67762620f9ab06e19d4b73fe0e9e09614.tar.gz
gcc-7b03adc67762620f9ab06e19d4b73fe0e9e09614.tar.bz2
* cpplib.c (run_directive): Fix prototype.
From-SVN: r37108
-rw-r--r--gcc/cpplib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index 5f54e60..e16585f 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 *));