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 /MANIFEST | |
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 'MANIFEST')
-rw-r--r-- | MANIFEST | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1285,10 +1285,10 @@ ./hl/src/H5HL_private.c ./hl/src/H5HL_private.h ./hl/src/H5LTanalyze.l +./hl/src/H5LTanalyze.c ./hl/src/H5LTparse.y -./hl/src/lex.yy.c -./hl/src/y.tab.c -./hl/src/y.tab.h +./hl/src/H5LTparse.c +./hl/src/H5LTparse.h ./hl/test/Makefile.am ./hl/test/Makefile.in ./hl/test/test_image.c |