* c-lex.c (skip_white_space_on_line): Add prototype.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Apr 1998 22:22:43 +0000 (22:22 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Apr 1998 22:22:43 +0000 (22:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19247 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-lex.c

index efd2113..e1639c2 100644 (file)
@@ -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.
        
index 26c4b13..07f975b 100644 (file)
@@ -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 ();