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
711f8369
Commit
711f8369
authored
Oct 10, 2004
by
Tobias Schlüter
Committed by
Tobias Schlüter
Oct 10, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* module.c: Fix formatting issues.
From-SVN: r88846
parent
f0b698c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/module.c
+5
-6
No files found.
gcc/fortran/ChangeLog
View file @
711f8369
2004-10-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* module.c: Fix formatting issues.
2004-10-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* module.c (mio_interface_rest): Set where member of interface
...
...
gcc/fortran/module.c
View file @
711f8369
...
...
@@ -78,7 +78,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#define MODULE_EXTENSION ".mod"
/* Structure that describes a position within a module file */
/* Structure that describes a position within a module file
.
*/
typedef
struct
{
...
...
@@ -105,7 +105,7 @@ typedef struct fixup_t
fixup_t
;
/* Structure for holding extra info needed for pointers being read */
/* Structure for holding extra info needed for pointers being read
.
*/
typedef
struct
pointer_info
{
...
...
@@ -114,13 +114,13 @@ typedef struct pointer_info
pointer_t
type
;
/* The first component of each member of the union is the pointer
being stored */
being stored
.
*/
fixup_t
*
fixup
;
union
{
void
*
pointer
;
/* Member for doing pointer searches */
void
*
pointer
;
/* Member for doing pointer searches
.
*/
struct
{
...
...
@@ -153,7 +153,7 @@ pointer_info;
#define gfc_get_pointer_info() gfc_getmem(sizeof(pointer_info))
/* Lists of rename info for the USE statement */
/* Lists of rename info for the USE statement
.
*/
typedef
struct
gfc_use_rename
{
...
...
@@ -197,7 +197,6 @@ static int symbol_number; /* Counter for assigning symbol numbers */
static
void
free_pi_tree
(
pointer_info
*
p
)
{
if
(
p
==
NULL
)
return
;
...
...
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