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
eb6a1e56
Commit
eb6a1e56
authored
Nov 01, 2011
by
Janne Blomqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyright years and whitespace fix for r180734
From-SVN: r180736
parent
7b523334
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
libgfortran/io/io.h
+2
-1
libgfortran/io/unit.c
+2
-2
No files found.
libgfortran/io/io.h
View file @
eb6a1e56
/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011
Free Software Foundation, Inc.
Contributed by Andy Vaught
F2003 I/O support contributed by Jerry DeLisle
...
...
libgfortran/io/unit.c
View file @
eb6a1e56
/* Copyright (C) 2002, 2003, 2005, 2007, 2008, 2009, 2010
/* Copyright (C) 2002, 2003, 2005, 2007, 2008, 2009, 2010
, 2011
Free Software Foundation, Inc.
Contributed by Andy Vaught
F2003 I/O support contributed by Jerry DeLisle
...
...
@@ -816,7 +816,7 @@ get_unique_unit_number (st_parameter_open *opp)
#endif
/* Do not allow NEWUNIT numbers to wrap. */
if
(
num
>
GFC_FIRST_NEWUNIT
)
if
(
num
>
GFC_FIRST_NEWUNIT
)
{
generate_error
(
&
opp
->
common
,
LIBERROR_INTERNAL
,
"NEWUNIT exhausted"
);
return
0
;
...
...
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