summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-07 09:47:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-07 09:47:41 (GMT)
commit36147596406e93cc61767ec7fdfce4f3b45e9edc (patch)
tree9ee5491d1f9538022b723d611c26df301f4ad684 /generic
parentae0c48521551ffe6af28967e0c3b848836fb632e (diff)
parent5325c56ef71ca48b98f7ae9c8510b266179cc5ff (diff)
downloadtcl-36147596406e93cc61767ec7fdfce4f3b45e9edc.zip
tcl-36147596406e93cc61767ec7fdfce4f3b45e9edc.tar.gz
tcl-36147596406e93cc61767ec7fdfce4f3b45e9edc.tar.bz2
Merge core-8-6-branch
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 d678229..c67eafc 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -41,7 +41,6 @@ extern "C" {
* unix/configure.ac (2 LOC Major, 2 LOC minor, 1 LOC patch)
* win/configure.ac (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 9b801a3..8a28bf2 100644
--- a/generic/tclParse.c
+++ b/generic/tclParse.c
@@ -1170,7 +1170,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;