Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
e822c593
Commit
e822c593
authored
Apr 16, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Apr 16, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-lex.c (skip_white_space_on_line): Add prototype.
From-SVN: r19247
parent
70fec650
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/ChangeLog
+2
-0
gcc/c-lex.c
+1
-0
No files found.
gcc/ChangeLog
View file @
e822c593
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.
...
...
gcc/c-lex.c
View file @
e822c593
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment