summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-08-02 23:08:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-08-02 23:08:00 (GMT)
commit1bc2496e012681e5f83cbe757b04d58c57083b07 (patch)
tree233f9fd3e29f2b9fb6280ac50e8f2e251e08c7bf /generic/tclOOInt.h
parent6042bb0be18a7102155afc95163120cb6b2a35ea (diff)
parent40947c7d3eeb124dfd51a08dbdfc556a7a402bd6 (diff)
downloadtcl-1bc2496e012681e5f83cbe757b04d58c57083b07.zip
tcl-1bc2496e012681e5f83cbe757b04d58c57083b07.tar.gz
tcl-1bc2496e012681e5f83cbe757b04d58c57083b07.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclOOInt.h')
-rw-r--r--generic/tclOOInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclOOInt.h b/generic/tclOOInt.h
index a43ab76..acbd2c5 100644
--- a/generic/tclOOInt.h
+++ b/generic/tclOOInt.h
@@ -597,7 +597,7 @@ MODULE_SCOPE void TclOOSetupVariableResolver(Tcl_Namespace *nsPtr);
#define FOREACH(var,ary) \
for(i=0 ; i<(ary).num; i++) if ((ary).list[i] == NULL) { \
continue; \
- } else if (var = (ary).list[i], 1)
+ } else if (var = (ary).list[i], 1)
/*
* A variation where the array is an array of structs. There's no issue with