aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-04-16 22:22:43 +0000
committerJeff Law <law@gcc.gnu.org>1998-04-16 16:22:43 -0600
commite822c5938352230e51f49065e3f2c19262bc6982 (patch)
treec6d88acdc84d5cab37a4b8353405be8f953315ca /gcc/c-lex.c
parent70fec6509cd30ae31ae1d216dac8a8d6ae67bc06 (diff)
downloadgcc-e822c5938352230e51f49065e3f2c19262bc6982.zip
gcc-e822c5938352230e51f49065e3f2c19262bc6982.tar.gz
gcc-e822c5938352230e51f49065e3f2c19262bc6982.tar.bz2
* c-lex.c (skip_white_space_on_line): Add prototype.
From-SVN: r19247
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 26c4b136..07f975b 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -132,6 +132,7 @@ static int handle_sysv_pragma PROTO((int));
#endif /* HANDLE_SYSV_PRAGMA */
static int whitespace_cr PROTO((int));
static int skip_white_space PROTO((int));
+static int skip_white_space_on_line PROTO((void));
static char *extend_token_buffer PROTO((char *));
static int readescape PROTO((int *));
int check_newline ();