diff options
Diffstat (limited to 'gcc/ada/a-assert.adb')
-rw-r--r-- | gcc/ada/a-assert.adb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/a-assert.adb b/gcc/ada/a-assert.adb index 9a03c81..54b84b4 100644 --- a/gcc/ada/a-assert.adb +++ b/gcc/ada/a-assert.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2007-2012 Free Software Foundation, Inc. -- +-- Copyright (C) 2007-2015, 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- -- @@ -29,7 +29,9 @@ -- -- ------------------------------------------------------------------------------ -package body Ada.Assertions is +package body Ada.Assertions with + SPARK_Mode +is ------------ -- Assert -- |