From 3e69b88a6a99f09909847310dc85fee9643e496b Mon Sep 17 00:00:00 2001 From: law Date: Thu, 16 Apr 1998 22:22:43 +0000 Subject: [PATCH] * 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 --- gcc/ChangeLog | 2 ++ gcc/c-lex.c | 1 + 2 files changed, 3 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index efd2113..e1639c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com) + * c-lex.c (skip_white_space_on_line): Add prototype. + * alias.c (record_set): Add prototype. (find_base_term, base_alias_check): Likewise. diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 26c4b13..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 (); -- 2.7.4