summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
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/tclParse.c
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/tclParse.c')
-rw-r--r--generic/tclParse.c2
1 files changed, 1 insertions, 1 deletions
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;