summaryrefslogtreecommitdiffstats
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-16 22:22:43 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-16 22:22:43 +0000
commit3e69b88a6a99f09909847310dc85fee9643e496b (patch)
treec6d88acdc84d5cab37a4b8353405be8f953315ca /gcc/c-lex.c
parent3a9ace0b49cc988cd280c09a1a629ebd8046e2b2 (diff)
downloadppe42-gcc-3e69b88a6a99f09909847310dc85fee9643e496b.tar.gz
ppe42-gcc-3e69b88a6a99f09909847310dc85fee9643e496b.zip
* c-lex.c (skip_white_space_on_line): Add prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19247 138bc75d-0d04-0410-961f-82ee72b054a4
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 26c4b136799..07f975b83a7 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 ();
OpenPOWER on IntegriCloud