summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-11-09 16:52:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-11-09 16:52:25 (GMT)
commitc7f945aac52601074c20727c95a1f548ed743a98 (patch)
treedfefc1722356d87fe272ed914076059ca241b48a /win/makefile.bc
parent50372ddbf9e9b93ddf9b64cad6b9380d5a542c2d (diff)
downloadtcl-c7f945aac52601074c20727c95a1f548ed743a98.zip
tcl-c7f945aac52601074c20727c95a1f548ed743a98.tar.gz
tcl-c7f945aac52601074c20727c95a1f548ed743a98.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.
Diffstat (limited to 'win/makefile.bc')
-rw-r--r--win/makefile.bc1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index a42a06b..75d7ca4 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -236,7 +236,6 @@ TCLOBJS = \
$(TMPDIR)\tclObj.obj \
$(TMPDIR)\tclPanic.obj \
$(TMPDIR)\tclParse.obj \
- $(TMPDIR)\tclParseExpr.obj \
$(TMPDIR)\tclPipe.obj \
$(TMPDIR)\tclPkg.obj \
$(TMPDIR)\tclPkgConfig.obj \