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
7665df22
Commit
7665df22
authored
Jan 06, 2015
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r219237
parent
4199e8c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/ada/a-stwiun-shared.ads
+1
-1
gcc/ada/a-stzunb-shared.ads
+1
-1
gcc/ada/sem_util.adb
+1
-1
No files found.
gcc/ada/a-stwiun-shared.ads
View file @
7665df22
...
...
@@ -415,7 +415,7 @@ private
Last
:
Natural
:=
0
;
Data
:
Wide_String
(
1
..
Max_Length
);
--
Last
is
the
index
of
last
significant
element
of
the
Data
.
All
--
elements
with
larger
ind
ices
are
just
an
extra
room
.
--
elements
with
larger
ind
exes
are
just
extra
room
for
expansion
.
end
record
;
type
Shared_Wide_String_Access
is
access
all
Shared_Wide_String
;
...
...
gcc/ada/a-stzunb-shared.ads
View file @
7665df22
...
...
@@ -424,7 +424,7 @@ private
Last
:
Natural
:=
0
;
Data
:
Wide_Wide_String
(
1
..
Max_Length
);
--
Last
is
the
index
of
last
significant
element
of
the
Data
.
All
--
elements
with
larger
ind
ices
are
just
an
extra
room
.
--
elements
with
larger
ind
exes
are
just
extra
room
for
expansion
.
end
record
;
type
Shared_Wide_Wide_String_Access
is
access
all
Shared_Wide_Wide_String
;
...
...
gcc/ada/sem_util.adb
View file @
7665df22
...
...
@@ -2133,7 +2133,7 @@ package body Sem_Util is
begin
Id
:=
Get_Function_Id
(
Call
);
--
In
case
of
previous
error
,
no
check
is
pos
ible
.
--
In
case
of
previous
error
,
no
check
is
pos
sible
if
No
(
Id
)
then
return
Abandon
;
...
...
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