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
75410dc3
Commit
75410dc3
authored
Apr 30, 1995
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cppmain.c (main): Remove commented-out code that used PARSE_GETC.
From-SVN: r9553
parent
782331f4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
gcc/cppmain.c
+0
-8
No files found.
gcc/cppmain.c
View file @
75410dc3
...
@@ -75,13 +75,6 @@ main (argc, argv)
...
@@ -75,13 +75,6 @@ main (argc, argv)
for
(;;)
for
(;;)
{
{
#if 0
int ch = PARSE_GETC (&parse_in);
if (ch < 0)
break;
if (! opts->no_output)
putchar (ch);
#else
enum
cpp_token
kind
;
enum
cpp_token
kind
;
if
(
!
opts
->
no_output
)
if
(
!
opts
->
no_output
)
{
{
...
@@ -91,7 +84,6 @@ main (argc, argv)
...
@@ -91,7 +84,6 @@ main (argc, argv)
kind
=
cpp_get_token
(
&
parse_in
);
kind
=
cpp_get_token
(
&
parse_in
);
if
(
kind
==
CPP_EOF
)
if
(
kind
==
CPP_EOF
)
break
;
break
;
#endif
}
}
cpp_finish
(
&
parse_in
);
cpp_finish
(
&
parse_in
);
...
...
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