aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index a1ef536..1b5b484 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -135,7 +135,7 @@ static int end_of_file;
static int nextchar = -1;
#endif
-static int skip_which_space PROTO((int));
+static int skip_white_space PROTO((int));
static char *extend_token_buffer PROTO((char *));
static int readescape PROTO((int *));
int check_newline ();