diff options
author | Bob Duff <duff@adacore.com> | 2008-04-08 08:56:36 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-04-08 08:56:36 +0200 |
commit | 1b449f6d9829145673f95b146e672c9f46026447 (patch) | |
tree | 0d15ea1b96002710d9cddab648a380c55af78b41 /gcc | |
parent | cd0463fef34f7c81c4678a0b76fe4d8e388df441 (diff) | |
download | gcc-1b449f6d9829145673f95b146e672c9f46026447.zip gcc-1b449f6d9829145673f95b146e672c9f46026447.tar.gz gcc-1b449f6d9829145673f95b146e672c9f46026447.tar.bz2 |
types.h: Change CE_Null_Exception_Id to the correct value (8, was 9).
2008-04-08 Bob Duff <duff@adacore.com>
* types.h: Change CE_Null_Exception_Id to the correct value (8, was 9).
From-SVN: r134057
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/types.h b/gcc/ada/types.h index df01da6..fb218c2 100644 --- a/gcc/ada/types.h +++ b/gcc/ada/types.h @@ -6,7 +6,7 @@ * * * C Header File * * * - * Copyright (C) 1992-2007, Free Software Foundation, Inc. * + * Copyright (C) 1992-2008, 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- * @@ -341,7 +341,7 @@ typedef Int Mechanism_Type; #define CE_Index_Check_Failed 5 #define CE_Invalid_Data 6 #define CE_Length_Check_Failed 7 -#define CE_Null_Exception_Id 9 +#define CE_Null_Exception_Id 8 #define CE_Null_Not_Allowed 9 #define CE_Overflow_Check_Failed 10 #define CE_Partition_Check_Failed 11 |