diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-09-17 22:06:19 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-17 22:06:19 (GMT) |
commit | 4ce4e4d5af827805c97d9f0c2a3d2953922f15d0 (patch) | |
tree | cdfe46e9772fe9311d96d077f0f94847e4167487 /ChangeLog | |
parent | fc4d1c3bfa9a6e5870ff9cee0cf575bd625d5b68 (diff) | |
download | tcl-4ce4e4d5af827805c97d9f0c2a3d2953922f15d0.zip tcl-4ce4e4d5af827805c97d9f0c2a3d2953922f15d0.tar.gz tcl-4ce4e4d5af827805c97d9f0c2a3d2953922f15d0.tar.bz2 |
more changes for bison support
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ * generic/tclDate.c: Revised tclGetDate.y to use bison instead * generic/tclGetDate.y: of yacc to build the parser, eliminating - * unix/Makefile.in: all the complicated hackery involving - 'sed' postprocessing. Rebuilt the parser. + * generic/tclInt.h: all the complicated hackery involving + * unix/Makefile.in: 'sed' postprocessing. Rebuilt the parser. 2004-09-14 Kevin B. Kenny <kennykb@acm.org> |