Commit 3f806915 by Arnaud Charlet Committed by Arnaud Charlet

* opt.ads (Ada_Version_Default): Set to Ada 2005 by default.

From-SVN: r111133
parent 07b8ceea
2006-02-16 Arnaud Charlet <charlet@adacore.com>
* opt.ads (Ada_Version_Default): Set to Ada 2005 by default.
2006-02-13 Arnaud Charlet <charlet@adacore.com>
* a-intnam-os2.ads, a-intnam-unixware.ads, g-soccon-unixware.ads,
......
......@@ -67,7 +67,7 @@ package Opt is
-- which we want to allow, so that things work OK when Ada_15 is added!
-- This warning is now removed, so this pragma can be removed some time???
Ada_Version_Default : Ada_Version_Type := Ada_95;
Ada_Version_Default : Ada_Version_Type := Ada_05;
-- GNAT
-- Default Ada version if no switch given
......
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