summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTparse.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2006-05-23 20:51:37 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2006-05-23 20:51:37 (GMT)
commitab9ac4264e7188c89fcf327c8170d255f35a03c3 (patch)
treedcfa3353710963eb95cf44561a906f84c8eb717d /hl/src/H5LTparse.h
parent51c7d9eb39f5413a690f9a1d76e27a2edf16bc67 (diff)
downloadhdf5-ab9ac4264e7188c89fcf327c8170d255f35a03c3.zip
hdf5-ab9ac4264e7188c89fcf327c8170d255f35a03c3.tar.gz
hdf5-ab9ac4264e7188c89fcf327c8170d255f35a03c3.tar.bz2
[svn-r12370] Purpose: Bug fix.
Description: The current code in Yacc parser doesn't handle big-endian machine for enum type correctly. Solution: Depending on the super type of enum, use appropriate integer type to pass in enum value. Platforms tested: h5committest and fuss.
Diffstat (limited to 'hl/src/H5LTparse.h')
-rw-r--r--hl/src/H5LTparse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/src/H5LTparse.h b/hl/src/H5LTparse.h
index 5210d7e..a038cb1 100644
--- a/hl/src/H5LTparse.h
+++ b/hl/src/H5LTparse.h
@@ -15,6 +15,7 @@
/* This file was generated by Yacc with the command "yacc -o H5LTparse.c -d H5LTparse.y"
* Do NOT modify it by hand.
*/
+
#ifndef YYERRCODE
#define YYERRCODE 256
#endif