We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f6ab7 commit 6accfb8Copy full SHA for 6accfb8
generic/tclCompCmds.c
@@ -36,7 +36,7 @@ static int CompileEachloopCmd(Tcl_Interp *interp,
36
CompileEnv *envPtr, int collect);
37
static int CompileDictEachCmd(Tcl_Interp *interp,
38
Tcl_Parse *parsePtr, Command *cmdPtr,
39
- struct CompileEnv *envPtr, int collect);
+ CompileEnv *envPtr, int collect);
40
static inline void IssueDictWithEmpty(Tcl_Interp *interp,
41
Tcl_Size numWords, Tcl_Token *varTokenPtr,
42
CompileEnv *envPtr);
0 commit comments