diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-12-22 22:27:17 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-12-22 22:27:17 (GMT) |
commit | 617d2704c4216e520d36dd034eb4d3785be76f8d (patch) | |
tree | d7647c04446e8b601e9cd6dbc981213edf940be8 /hl/src/H5LT.c | |
parent | df509d202fd69a6cb9ab9da1d7f4b683d2342ab9 (diff) | |
download | hdf5-617d2704c4216e520d36dd034eb4d3785be76f8d.zip hdf5-617d2704c4216e520d36dd034eb4d3785be76f8d.tar.gz hdf5-617d2704c4216e520d36dd034eb4d3785be76f8d.tar.bz2 |
[svn-r11832] Purpose: Rename files and change grammar rule.
Description: Renamed lex.yy.c to H5LTanalyze.c, y.tab.c to H5LTparse.c, and
y.tab.h to H5LTparse.h in hl/src. Changed definition of opaque type to ommit the tag.
Changed the test for opaque type in hl/test, too.
Platforms tested: h5committest, fuss, and sleipnir.
Misc. update: MANIFEST
Diffstat (limited to 'hl/src/H5LT.c')
-rw-r--r-- | hl/src/H5LT.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hl/src/H5LT.c b/hl/src/H5LT.c index c3f0870..10ce1c5 100644 --- a/hl/src/H5LT.c +++ b/hl/src/H5LT.c @@ -2479,10 +2479,6 @@ next: sprintf(tmp_str, "OPQ_SIZE %d;\n", H5Tget_size(dtype)); strcat(*dt_str, tmp_str); - indentation(indent + COL, *dt_str); - sprintf(tmp_str, "OPQ_TAG \"%s\";\n", H5Tget_tag(dtype)); - strcat(*dt_str, tmp_str); - /* Print closing */ indent -= COL; indentation(indent + COL, *dt_str); |