Commits

Raymond Lu committed ab9ac4264e7
[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.