1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Avoid using the code shared with GNAT.
Use libgnatprj and libgnatvsn instead.
.
The Gnatvsn.Build_Type enumerated type does not, and will probably
never, include the Gnat_Pro value in GCC.
Author: Nicolas Boulenguez <nicolas@debian.org>
Forwarded: not-needed
--- a/src/gpr_version.adb
+++ b/src/gpr_version.adb
@@ -66,8 +66,6 @@
end loop Last_Loop;
case Build_Type is
- when Gnatpro =>
- return "Pro " & Gpr_Version & " " & Date & Host;
when GPL =>
return "GPL " & Gpr_Version & " " & Date & Host;
when FSF =>
|