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
43ae693e
Commit
43ae693e
authored
Jun 29, 1992
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r1342
parent
3f7cc57a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
gcc/cccp.c
+1
-3
No files found.
gcc/cccp.c
View file @
43ae693e
...
@@ -73,8 +73,6 @@ typedef unsigned char U_CHAR;
...
@@ -73,8 +73,6 @@ typedef unsigned char U_CHAR;
#include <sys/time.h>
/* for __DATE__ and __TIME__ */
#include <sys/time.h>
/* for __DATE__ and __TIME__ */
#include <sys/resource.h>
#include <sys/resource.h>
#else
#else
#define index strchr
#define rindex strrchr
#include <time.h>
#include <time.h>
#include <fcntl.h>
#include <fcntl.h>
#endif
/* USG */
#endif
/* USG */
...
@@ -1625,7 +1623,7 @@ main (argc, argv)
...
@@ -1625,7 +1623,7 @@ main (argc, argv)
s
=
spec
;
s
=
spec
;
/* Find the space before the DEPS_TARGET, if there is one. */
/* Find the space before the DEPS_TARGET, if there is one. */
/*
Don't use `index'; that causes trouble on USG.
*/
/*
This should use index. (mrs)
*/
while
(
*
s
!=
0
&&
*
s
!=
' '
)
s
++
;
while
(
*
s
!=
0
&&
*
s
!=
' '
)
s
++
;
if
(
*
s
!=
0
)
{
if
(
*
s
!=
0
)
{
deps_target
=
s
+
1
;
deps_target
=
s
+
1
;
...
...
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