diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-04 23:25:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-04 23:25:09 (GMT) |
commit | 9472fc9496ffa1b561e42b87aba86e26c96e993f (patch) | |
tree | 911406bda69a0e5544ae4bb757d2b323e1b6a78e /ChangeLog | |
parent | 624b5ff0c09f22eee5e4fc6f7507b0fe5a4cdef2 (diff) | |
download | tcl-9472fc9496ffa1b561e42b87aba86e26c96e993f.zip tcl-9472fc9496ffa1b561e42b87aba86e26c96e993f.tar.gz tcl-9472fc9496ffa1b561e42b87aba86e26c96e993f.tar.bz2 |
* generic/tclInt.h (TclParseInit): Factored the common code
* generic/tclParse.c (TclParseInit): for initializing a Tcl_Parse
* generic/tclParseExpr.c: struct into one routine.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,9 @@ 2004-03-04 Don Porter <dgp@users.sourceforge.net> - * generic/tclParse.c (InitParse): Factored the common code - for initializing a Tcl_Parse struct into one routine. + * generic/tclInt.h (TclParseInit): Factored the common code + * generic/tclParse.c (TclParseInit): for initializing a Tcl_Parse + * generic/tclParseExpr.c: struct into one routine. 2004-03-04 Pat Thoyts <patthoyts@users.sourceforge.net> |