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
ccea2926
Commit
ccea2926
authored
Sep 07, 1998
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert last change.
From-SVN: r22306
parent
40d72cef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
libf2c/libI77/dfe.c
+5
-3
libf2c/libI77/sfe.c
+0
-1
No files found.
libf2c/libI77/dfe.c
View file @
ccea2926
...
@@ -66,8 +66,6 @@ c_dfe(a) cilist *a;
...
@@ -66,8 +66,6 @@ c_dfe(a) cilist *a;
c_dfe
(
cilist
*
a
)
c_dfe
(
cilist
*
a
)
#endif
#endif
{
{
if
(
f__init
!=
1
)
f_init
();
f__init
=
3
;
f__sequential
=
0
;
f__sequential
=
0
;
f__formatted
=
f__external
=
1
;
f__formatted
=
f__external
=
1
;
f__elist
=
a
;
f__elist
=
a
;
...
@@ -83,7 +81,7 @@ c_dfe(cilist *a)
...
@@ -83,7 +81,7 @@ c_dfe(cilist *a)
f__fmtbuf
=
a
->
cifmt
;
f__fmtbuf
=
a
->
cifmt
;
if
(
a
->
cirec
<=
0
)
if
(
a
->
cirec
<=
0
)
err
(
a
->
cierr
,
130
,
"dfe"
);
err
(
a
->
cierr
,
130
,
"dfe"
);
fseek
(
f__cf
,(
long
)
f__curunit
->
url
*
(
a
->
cirec
-
1
),
SEEK_SET
);
(
void
)
fseek
(
f__cf
,(
long
)
f__curunit
->
url
*
(
a
->
cirec
-
1
),
SEEK_SET
);
f__curunit
->
uend
=
0
;
f__curunit
->
uend
=
0
;
return
(
0
);
return
(
0
);
}
}
...
@@ -94,6 +92,8 @@ integer s_rdfe(cilist *a)
...
@@ -94,6 +92,8 @@ integer s_rdfe(cilist *a)
#endif
#endif
{
{
int
n
;
int
n
;
if
(
f__init
!=
1
)
f_init
();
f__init
=
3
;
f__reading
=
1
;
f__reading
=
1
;
if
(
n
=
c_dfe
(
a
))
return
(
n
);
if
(
n
=
c_dfe
(
a
))
return
(
n
);
if
(
f__curunit
->
uwrt
&&
f__nowreading
(
f__curunit
))
if
(
f__curunit
->
uwrt
&&
f__nowreading
(
f__curunit
))
...
@@ -115,6 +115,8 @@ integer s_wdfe(cilist *a)
...
@@ -115,6 +115,8 @@ integer s_wdfe(cilist *a)
#endif
#endif
{
{
int
n
;
int
n
;
if
(
f__init
!=
1
)
f_init
();
f__init
=
3
;
f__reading
=
0
;
f__reading
=
0
;
if
(
n
=
c_dfe
(
a
))
return
(
n
);
if
(
n
=
c_dfe
(
a
))
return
(
n
);
if
(
f__curunit
->
uwrt
!=
1
&&
f__nowwriting
(
f__curunit
))
if
(
f__curunit
->
uwrt
!=
1
&&
f__nowwriting
(
f__curunit
))
...
...
libf2c/libI77/sfe.c
View file @
ccea2926
...
@@ -35,6 +35,5 @@ integer e_wsfe(Void)
...
@@ -35,6 +35,5 @@ integer e_wsfe(Void)
integer
e_wdfe
(
Void
)
integer
e_wdfe
(
Void
)
{
{
f__init
=
1
;
return
en_fio
();
return
en_fio
();
}
}
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