summaryrefslogtreecommitdiffstats
path: root/tools/h5dump.h
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1998-11-17 18:18:57 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1998-11-17 18:18:57 (GMT)
commite4d2a0ae94241751c04827edf82ee223715bd24d (patch)
tree59a96f25f7a5b0996e79e9b4b2e921ba34482185 /tools/h5dump.h
parentfbedc4bfeb80bd1a489c0c8d63848174ab3c28bb (diff)
downloadhdf5-e4d2a0ae94241751c04827edf82ee223715bd24d.zip
hdf5-e4d2a0ae94241751c04827edf82ee223715bd24d.tar.gz
hdf5-e4d2a0ae94241751c04827edf82ee223715bd24d.tar.bz2
[svn-r920] changed the GROUP macro to be GROUPNAME since GROUP was used by the winsock2.h
file
Diffstat (limited to 'tools/h5dump.h')
-rw-r--r--tools/h5dump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump.h b/tools/h5dump.h
index 2af2d04..02b3166 100644
--- a/tools/h5dump.h
+++ b/tools/h5dump.h
@@ -4,7 +4,7 @@
#include <hdf5.h>
#define BOOT_BLOCK "BOOT_BLOCK"
-#define GROUP "GROUP"
+#define GROUPNAME "GROUP"
#define DATASET "DATASET"
#define ATTRIBUTE "ATTRIBUTE"
#define DATATYPE "DATATYPE"