projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70fec65
)
* c-lex.c (skip_white_space_on_line): Add prototype.
author
Jeffrey A Law
<law@cygnus.com>
Thu, 16 Apr 1998 22:22:43 +0000
(22:22 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Thu, 16 Apr 1998 22:22:43 +0000
(16:22 -0600)
From-SVN: r19247
gcc/ChangeLog
patch
|
blob
|
history
gcc/c-lex.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index efd2113d8f4c3487da0e6548fec066cd7e8ee3dc..e1639c2af29162e31e1f1188c2b06df2191bbced 100644
(file)
--- 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 26c4b136799118486c5001689b7317ec29709e66..07f975b83a7680af8ce4230c99c02c11ef61ed04 100644
(file)
--- 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 ();