Skip to content
Snippets Groups Projects
Commit 1b449f6d authored by Bob Duff's avatar Bob Duff Committed by Arnaud Charlet
Browse files

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
parent cd0463fe
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* * * *
* C Header File * * 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 * * 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- * * terms of the GNU General Public License as published by the Free Soft- *
...@@ -341,7 +341,7 @@ typedef Int Mechanism_Type; ...@@ -341,7 +341,7 @@ typedef Int Mechanism_Type;
#define CE_Index_Check_Failed 5 #define CE_Index_Check_Failed 5
#define CE_Invalid_Data 6 #define CE_Invalid_Data 6
#define CE_Length_Check_Failed 7 #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_Null_Not_Allowed 9
#define CE_Overflow_Check_Failed 10 #define CE_Overflow_Check_Failed 10
#define CE_Partition_Check_Failed 11 #define CE_Partition_Check_Failed 11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment