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
b403bd17
Commit
b403bd17
authored
Oct 26, 2001
by
Robert Dewar
Committed by
Geert Bosch
Oct 26, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* prj-util.adb: Minor reformatting
From-SVN: r46546
parent
a160babb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/prj-util.adb
+3
-2
No files found.
gcc/ada/ChangeLog
View file @
b403bd17
...
...
@@ -4,6 +4,10 @@
2001-10-26 Robert Dewar <dewar@gnat.com>
* prj-util.adb: Minor reformatting
2001-10-26 Robert Dewar <dewar@gnat.com>
* prj-attr.adb: Minor reformatting throughout
2001-10-26 Robert Dewar <dewar@gnat.com>
...
...
gcc/ada/prj-util.adb
View file @
b403bd17
...
...
@@ -320,6 +320,7 @@ package body Prj.Util is
begin
while
Current
/=
No_Array
loop
The_Array
:=
Arrays
.
Table
(
Current
);
if
The_Array
.
Name
=
Name
then
return
The_Array
.
Value
;
else
...
...
@@ -341,8 +342,8 @@ package body Prj.Util is
begin
while
Current
/=
No_Package
loop
The_Package
:=
Packages
.
Table
(
Current
);
exit
when
The_Package
.
Name
/=
No_Name
and
then
The_Package
.
Name
=
Name
;
exit
when
The_Package
.
Name
/=
No_Name
and
then
The_Package
.
Name
=
Name
;
Current
:=
The_Package
.
Next
;
end
loop
;
...
...
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