Commit e822c593 by Jeffrey A Law Committed by Jeff Law

* c-lex.c (skip_white_space_on_line): Add prototype.

From-SVN: r19247
parent 70fec650
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.
......
......@@ -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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment