Commit 4a4fe537 by Arnaud Charlet Committed by Arnaud Charlet

* comperr.adb: Fix logic in previous change.

From-SVN: r73605
parent 2fea2a10
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
* nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated. * nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
* comperr.adb: Fix logic in previous change.
2003-11-13 Vincent Celier <celier@gnat.com> 2003-11-13 Vincent Celier <celier@gnat.com>
* 5bml-tgt.adb (Build_Dynamic_Library): Use * 5bml-tgt.adb (Build_Dynamic_Library): Use
......
...@@ -279,7 +279,7 @@ package body Comperr is ...@@ -279,7 +279,7 @@ package body Comperr is
End_Line; End_Line;
end if; end if;
if not (Is_Public_Version and Is_FSF_Version) then if not (Is_Public_Version or Is_FSF_Version) then
Write_Str Write_Str
("| (include your customer number #nnn " & ("| (include your customer number #nnn " &
"in the subject line)."); "in the subject line).");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment