diff options
author | dgp <dgp@noemail.net> | 2006-11-09 16:52:24 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2006-11-09 16:52:24 (GMT) |
commit | f6cb620b3724e97a062c800c7e3cf55f2295b25d (patch) | |
tree | dfefc1722356d87fe272ed914076059ca241b48a /win/tcl.dsp | |
parent | ffbd89e8c29edb89ed89f0ca4061cbbe38978026 (diff) | |
download | tcl-f6cb620b3724e97a062c800c7e3cf55f2295b25d.zip tcl-f6cb620b3724e97a062c800c7e3cf55f2295b25d.tar.gz tcl-f6cb620b3724e97a062c800c7e3cf55f2295b25d.tar.bz2 |
* generic/tclParseExpr.c (removed): Moved all the code of
* generic/tclCompExpr.c: tclParseExpr.c into tclCompExpr.c.
* unix/Makefile.in: This sets the stage for expr compiling to
* win/Makefile.in: work directly with the full parse tree
* win/makefile.bc: structures, and not have to pass through
* win/makefile.vc: the information lossy format of an array
* win/tcl.dsp: of Tcl_Tokens.
FossilOrigin-Name: 503e4857a2bdae34586a3f6631db5df5af8fc8ab
Diffstat (limited to 'win/tcl.dsp')
-rw-r--r-- | win/tcl.dsp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/tcl.dsp b/win/tcl.dsp index 0967d5f..193ef14 100644 --- a/win/tcl.dsp +++ b/win/tcl.dsp @@ -1244,10 +1244,6 @@ SOURCE=..\generic\tclParse.c # End Source File # Begin Source File -SOURCE=..\generic\tclParseExpr.c -# End Source File -# Begin Source File - SOURCE=..\generic\tclPipe.c # End Source File # Begin Source File |