diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-11 13:59:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-11 13:59:11 (GMT) |
commit | 779b664e54a9f926fbbd56866693099fe4ee2639 (patch) | |
tree | 7d42bedc6175159f531c8a8e0ff73b1618a40e70 /generic/tclInt.h | |
parent | 524b1d9fb207987cf66ca92d5198e30e27e0931e (diff) | |
parent | 6e44927248852ae0356d9d3e1cfa3d69597a66b1 (diff) | |
download | tcl-779b664e54a9f926fbbd56866693099fe4ee2639.zip tcl-779b664e54a9f926fbbd56866693099fe4ee2639.tar.gz tcl-779b664e54a9f926fbbd56866693099fe4ee2639.tar.bz2 |
Merge 8.6
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index d79937f..1d380f9 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -1461,7 +1461,7 @@ typedef struct ExecStack { Tcl_Obj **markerPtr; Tcl_Obj **endPtr; Tcl_Obj **tosPtr; - Tcl_Obj *stackWords[1]; + Tcl_Obj *stackWords[TCLFLEXARRAY]; } ExecStack; /* @@ -4986,7 +4986,7 @@ MODULE_SCOPE Tcl_PackageInitProc Procbodytest_SafeInit; } \ (location) = (cmdPtr); \ } while (0) - + #define TclRoutineHasName(cmdPtr) \ ((cmdPtr)->hPtr != NULL) |