summaryrefslogtreecommitdiffstats
path: root/src/H5Edefin.h
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-11-08 18:39:15 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-11-08 18:39:15 (GMT)
commita9350e86f0a04cc1f6aba59849063d4acfa1be7b (patch)
treea1697f96599952ab5d264c264b78d32eee576b56 /src/H5Edefin.h
parent8d5ea6dde8c60735407ee67feeb40af6715cf2e5 (diff)
downloadhdf5-a9350e86f0a04cc1f6aba59849063d4acfa1be7b.zip
hdf5-a9350e86f0a04cc1f6aba59849063d4acfa1be7b.tar.gz
hdf5-a9350e86f0a04cc1f6aba59849063d4acfa1be7b.tar.bz2
[svn-r12882] Changed bin/reconfigure to work on kagiso as well as on AFS Linux machines.
Updated to the latest versions of autotools. Tested on kagiso, heping, and juniper. Let me know if you have any problems.
Diffstat (limited to 'src/H5Edefin.h')
-rw-r--r--src/H5Edefin.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/H5Edefin.h b/src/H5Edefin.h
index 4a4a98c..72441c7 100644
--- a/src/H5Edefin.h
+++ b/src/H5Edefin.h
@@ -181,6 +181,13 @@ hid_t H5E_CANTNEXT_g = FAIL; /* Can't move to next iterator location
hid_t H5E_BADSELECT_g = FAIL; /* Invalid selection */
hid_t H5E_CANTCOMPARE_g = FAIL; /* Can't compare objects */
+/* Argument errors */
+hid_t H5E_UNINITIALIZED_g = FAIL; /* Information is uinitialized */
+hid_t H5E_UNSUPPORTED_g = FAIL; /* Feature is unsupported */
+hid_t H5E_BADTYPE_g = FAIL; /* Inappropriate type */
+hid_t H5E_BADRANGE_g = FAIL; /* Out of range */
+hid_t H5E_BADVALUE_g = FAIL; /* Bad value */
+
/* B-tree related errors */
hid_t H5E_NOTFOUND_g = FAIL; /* Object not found */
hid_t H5E_EXISTS_g = FAIL; /* Object already exists */
@@ -194,13 +201,6 @@ hid_t H5E_CANTLIST_g = FAIL; /* Unable to list node */
hid_t H5E_CANTMODIFY_g = FAIL; /* Unable to modify record */
hid_t H5E_CANTREMOVE_g = FAIL; /* Unable to remove object */
-/* Argument errors */
-hid_t H5E_UNINITIALIZED_g = FAIL; /* Information is uinitialized */
-hid_t H5E_UNSUPPORTED_g = FAIL; /* Feature is unsupported */
-hid_t H5E_BADTYPE_g = FAIL; /* Inappropriate type */
-hid_t H5E_BADRANGE_g = FAIL; /* Out of range */
-hid_t H5E_BADVALUE_g = FAIL; /* Bad value */
-
/* Datatype conversion errors */
hid_t H5E_CANTCONVERT_g = FAIL; /* Can't convert datatypes */
hid_t H5E_BADSIZE_g = FAIL; /* Bad size for object */