summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-07 09:36:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-07 09:36:34 (GMT)
commit5325c56ef71ca48b98f7ae9c8510b266179cc5ff (patch)
tree3501207e6c6ca58693a9b6401d761df02a558dc3 /generic
parent72972a21efecd282225c91662d7f83037434f63e (diff)
downloadtcl-5325c56ef71ca48b98f7ae9c8510b266179cc5ff.zip
tcl-5325c56ef71ca48b98f7ae9c8510b266179cc5ff.tar.gz
tcl-5325c56ef71ca48b98f7ae9c8510b266179cc5ff.tar.bz2
Remove "makefile.bc". Not updated for many-many years, most likely it doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-)
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h1
-rw-r--r--generic/tclParse.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 50a9074..64c7d14 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -41,7 +41,6 @@ extern "C" {
* unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch)
* win/configure.in (as above)
* win/tcl.m4 (not patchlevel)
- * win/makefile.bc (not patchlevel) 2 LOC
* README (sections 0 and 2, with and without separator)
* macosx/Tcl.pbproj/project.pbxproj (not patchlevel) 1 LOC
* macosx/Tcl.pbproj/default.pbxuser (not patchlevel) 1 LOC
diff --git a/generic/tclParse.c b/generic/tclParse.c
index fe3ccab..ce87fb0 100644
--- a/generic/tclParse.c
+++ b/generic/tclParse.c
@@ -1194,7 +1194,7 @@ ParseTokens(
nestedPtr = TclStackAlloc(parsePtr->interp, sizeof(Tcl_Parse));
while (1) {
const char *curEnd;
-
+
if (Tcl_ParseCommand(parsePtr->interp, src, numBytes, 1,
nestedPtr) != TCL_OK) {
parsePtr->errorType = nestedPtr->errorType;