* c-lex.c (skip_white_space_on_line): Add prototype.
authorJeffrey A Law <law@cygnus.com>
Thu, 16 Apr 1998 22:22:43 +0000 (22:22 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 16 Apr 1998 22:22:43 +0000 (16:22 -0600)
From-SVN: r19247

gcc/ChangeLog
gcc/c-lex.c

index efd2113d8f4c3487da0e6548fec066cd7e8ee3dc..e1639c2af29162e31e1f1188c2b06df2191bbced 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 26c4b136799118486c5001689b7317ec29709e66..07f975b83a7680af8ce4230c99c02c11ef61ed04 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 ();