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
40eea150
Commit
40eea150
authored
Jul 06, 1998
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(system_clock_): Remove (just f90 intrinsic).
From-SVN: r20947
parent
28ef523e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
libf2c/f2cext.c
+0
-7
No files found.
libf2c/f2cext.c
View file @
40eea150
...
...
@@ -512,13 +512,6 @@ integer symlnk_ (const char *path1, const char *path2, const ftnlen Lpath1, cons
}
#endif
#ifdef Lsclock
int
system_clock_
(
integer
*
count
,
integer
*
count_rate
,
integer
*
count_max
)
{
extern
int
G77_system_clock_0
(
integer
*
count
,
integer
*
count_rate
,
integer
*
count_max
);
return
G77_system_clock_0
(
count
,
count_rate
,
count_max
);
}
#endif
#ifdef Ltime
longint
time_
(
void
)
{
extern
longint
G77_time_0
(
void
);
...
...
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