summaryrefslogtreecommitdiffstats
path: root/src/H5Edefin.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-03-11 22:01:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-03-11 22:01:42 (GMT)
commit810cda019d901ccabda3b3c91f324ba965f97fef (patch)
treef709155ecaa1828dff26bb04c474fc9c80c88715 /src/H5Edefin.h
parent1f41dfca050d557d66341372529214a8ca690c89 (diff)
downloadhdf5-810cda019d901ccabda3b3c91f324ba965f97fef.zip
hdf5-810cda019d901ccabda3b3c91f324ba965f97fef.tar.gz
hdf5-810cda019d901ccabda3b3c91f324ba965f97fef.tar.bz2
[svn-r12079] Purpose:
Update code Description: Add a new error value, for later use. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor for full committest
Diffstat (limited to 'src/H5Edefin.h')
-rw-r--r--src/H5Edefin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Edefin.h b/src/H5Edefin.h
index 82a74b8..a41ec77 100644
--- a/src/H5Edefin.h
+++ b/src/H5Edefin.h
@@ -70,6 +70,7 @@ hid_t H5E_CANTGETSIZE_g = FAIL; /* Unable to compute size */
/* Heap errors */
hid_t H5E_CANTRESTORE_g = FAIL; /* Can't restore condition */
+hid_t H5E_CANTCOMPUTE_g = FAIL; /* Can't compute value */
/* Function entry/exit interface errors */
hid_t H5E_CANTINIT_g = FAIL; /* Unable to initialize object */