* opt.ads (Ada_Version_Default): Set to Ada 2005 by default.
From-SVN: r111133
This commit is contained in:
parent
07b8ceeab7
commit
3f806915dd
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue