Skip to content

Commit 6accfb8

Browse files
committed
Use shorter type name... to match whole rest of file
1 parent a9f6ab7 commit 6accfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/tclCompCmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static int CompileEachloopCmd(Tcl_Interp *interp,
3636
CompileEnv *envPtr, int collect);
3737
static int CompileDictEachCmd(Tcl_Interp *interp,
3838
Tcl_Parse *parsePtr, Command *cmdPtr,
39-
struct CompileEnv *envPtr, int collect);
39+
CompileEnv *envPtr, int collect);
4040
static inline void IssueDictWithEmpty(Tcl_Interp *interp,
4141
Tcl_Size numWords, Tcl_Token *varTokenPtr,
4242
CompileEnv *envPtr);

0 commit comments

Comments
 (0)