diff options
Diffstat (limited to 'hl/src/H5LTparse.h')
-rw-r--r-- | hl/src/H5LTparse.h | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/hl/src/H5LTparse.h b/hl/src/H5LTparse.h index 4be1a8e..5210d7e 100644 --- a/hl/src/H5LTparse.h +++ b/hl/src/H5LTparse.h @@ -15,7 +15,6 @@ /* 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 @@ -64,16 +63,18 @@ #define H5T_STR_NULLPAD_TOKEN 298 #define H5T_STR_SPACEPAD_TOKEN 299 #define H5T_CSET_ASCII_TOKEN 300 -#define H5T_C_S1_TOKEN 301 -#define H5T_FORTRAN_S1_TOKEN 302 -#define H5T_OPAQUE_TOKEN 303 -#define OPQ_SIZE_TOKEN 304 -#define H5T_COMPOUND_TOKEN 305 -#define H5T_ENUM_TOKEN 306 -#define H5T_ARRAY_TOKEN 307 -#define H5T_VLEN_TOKEN 308 -#define STRING 309 -#define NUMBER 310 +#define H5T_CSET_UTF8_TOKEN 301 +#define H5T_C_S1_TOKEN 302 +#define H5T_FORTRAN_S1_TOKEN 303 +#define H5T_OPAQUE_TOKEN 304 +#define OPQ_SIZE_TOKEN 305 +#define OPQ_TAG_TOKEN 306 +#define H5T_COMPOUND_TOKEN 307 +#define H5T_ENUM_TOKEN 308 +#define H5T_ARRAY_TOKEN 309 +#define H5T_VLEN_TOKEN 310 +#define STRING 311 +#define NUMBER 312 typedef union { int ival; /*for integer token*/ char *sval; /*for name string*/ |