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
6892757c
Commit
6892757c
authored
Apr 10, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* interface.c: Fix a comment typo.
From-SVN: r97951
parent
bde83138
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/interface.c
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
6892757c
2005-04-10 Kazu Hirata <kazu@cs.umass.edu>
* interface.c: Fix a comment typo.
2005-04-10 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2005-04-10 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* match.c (match_arithmetic_if): Arithmetic IF is obsolete in
* match.c (match_arithmetic_if): Arithmetic IF is obsolete in
...
...
gcc/fortran/interface.c
View file @
6892757c
...
@@ -41,7 +41,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
...
@@ -41,7 +41,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
Generic interfaces:
Generic interfaces:
The generic name points to a linked list of symbols. Each symbol
The generic name points to a linked list of symbols. Each symbol
has an explicit interface. Each explicit interface has it
'
s own
has an explicit interface. Each explicit interface has its own
namespace containing the arguments. Module procedures are symbols in
namespace containing the arguments. Module procedures are symbols in
which the interface is added later when the module procedure is parsed.
which the interface is added later when the module procedure is parsed.
...
...
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