summaryrefslogtreecommitdiffstats
path: root/tools/h5tools.h
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-10-13 15:11:02 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-10-13 15:11:02 (GMT)
commitaa88b36b52e8f0d71720df432ee363ec754aa9ca (patch)
treee05dc5ec34402bab0ff77b0434c1d263c6fcddb0 /tools/h5tools.h
parent478038d68d526d576f8338ec10475d5dd28f0e21 (diff)
downloadhdf5-aa88b36b52e8f0d71720df432ee363ec754aa9ca.zip
hdf5-aa88b36b52e8f0d71720df432ee363ec754aa9ca.tar.gz
hdf5-aa88b36b52e8f0d71720df432ee363ec754aa9ca.tar.bz2
[svn-r1742] changed the name of the objectid macro to objid. conflicted with a windows
define
Diffstat (limited to 'tools/h5tools.h')
-rw-r--r--tools/h5tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5tools.h b/tools/h5tools.h
index d962cee..5a85709 100644
--- a/tools/h5tools.h
+++ b/tools/h5tools.h
@@ -312,7 +312,7 @@ extern ProgType programtype;
#define CTYPE "CTYPE"
#define CONCATENATOR "//"
#define DATASET "DATASET"
-#define OBJECTID "OBJECTID"
+#define OBJID "OBJECTID"
#define BEGIN "{"
#define END "}"
#endif