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
4a4fe537
Commit
4a4fe537
authored
Nov 14, 2003
by
Arnaud Charlet
Committed by
Arnaud Charlet
Nov 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* comperr.adb: Fix logic in previous change.
From-SVN: r73605
parent
2fea2a10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ada/ChangeLog
+2
-0
gcc/ada/comperr.adb
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
4a4fe537
...
...
@@ -2,6 +2,8 @@
*
nmake
.
ads
,
nmake
.
adb
,
sinfo
.
h
,
treeprs
.
ads
:
Regenerated
.
*
comperr
.
adb
:
Fix
logic
in
previous
change
.
2003
-
11
-
13
Vincent
Celier
<
celier
@
gnat
.
com
>
*
5
bml
-
tgt
.
adb
(
Build_Dynamic_Library
):
Use
...
...
gcc/ada/comperr.adb
View file @
4a4fe537
...
...
@@ -279,7 +279,7 @@ package body Comperr is
End_Line
;
end
if
;
if
not
(
Is_Public_Version
and
Is_FSF_Version
)
then
if
not
(
Is_Public_Version
or
Is_FSF_Version
)
then
Write_Str
(
"| (include your customer number #nnn "
&
"in the subject line)."
);
...
...
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