diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2006-01-16 17:27:07 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2006-01-16 17:27:07 (GMT) |
commit | da37fca10b287d3a9dee57ca59e6c4bd733463ae (patch) | |
tree | c85b7e7a73ad1e1941629cfe701d546de4db4f0e /hl/src/H5LTparse.h | |
parent | f78ed9a18d7f632a52c69e2cc508bf4c4ff6d6bc (diff) | |
download | hdf5-da37fca10b287d3a9dee57ca59e6c4bd733463ae.zip hdf5-da37fca10b287d3a9dee57ca59e6c4bd733463ae.tar.gz hdf5-da37fca10b287d3a9dee57ca59e6c4bd733463ae.tar.bz2 |
[svn-r11882] Purpose: Revision
Description: Revise a few details of H5LTtext_to_dtype() and H5LTdtype_to_text(),
1. changed the DDL definition of string, opaque, and compound types.
2. added a new parameter of H5LT_lang_t type to these two functions.
Platforms tested: h5committest and fuss.
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*/ |