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)
commitd183e03dc3c05baa9955589ba4c7af01d01c7295 (patch)
tree3501207e6c6ca58693a9b6401d761df02a558dc3 /generic
parent2a1688c8f53ec0cd628c056cb271f7f0d0114a85 (diff)
downloadtcl-d183e03dc3c05baa9955589ba4c7af01d01c7295.zip
tcl-d183e03dc3c05baa9955589ba4c7af01d01c7295.tar.gz
tcl-d183e03dc3c05baa9955589ba4c7af01d01c7295.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;