X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fada%2Fa-calend-vms.adb;fp=gcc%2Fada%2Fa-calend-vms.adb;h=f9453c33501a6cc3bc50a5efdd2329af2cc0ac1f;hb=d32a87895c72d7db2ec8f8bcf0b2f15719c97802;hp=788ff28a4d0145fb80b82dfda5fa4816963854db;hpb=11b905642e58fea2a51054c5227a421ae1e8e743;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ada/a-calend-vms.adb b/gcc/ada/a-calend-vms.adb index 788ff28a4d0..f9453c33501 100644 --- a/gcc/ada/a-calend-vms.adb +++ b/gcc/ada/a-calend-vms.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2012, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -126,7 +126,7 @@ package body Ada.Calendar is -- The above flag controls the usage of leap seconds in all Ada.Calendar -- routines. - Leap_Seconds_Count : constant Natural := 24; + Leap_Seconds_Count : constant Natural := 25; --------------------- -- Local Constants -- @@ -177,7 +177,8 @@ package body Ada.Calendar is 43744320200000000, 44218656210000000, 46427904220000000, - 47374848230000000); + 47374848230000000, + 48478176240000000); --------- -- "+" --