diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-19 20:37:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-19 20:37:08 (GMT) |
commit | 5ed45c8735ed45385180fdf76546bf0dfacb6cd5 (patch) | |
tree | 407017ea92745919245da494113d7c1733b41196 /generic/tclCompCmdsGR.c | |
parent | e2c9d2102f48da3b1ef994f059076ffbbb3d0781 (diff) | |
parent | bf486a2007f9d3d45855d43e623ad85d29bcd0b7 (diff) | |
download | tcl-5ed45c8735ed45385180fdf76546bf0dfacb6cd5.zip tcl-5ed45c8735ed45385180fdf76546bf0dfacb6cd5.tar.gz tcl-5ed45c8735ed45385180fdf76546bf0dfacb6cd5.tar.bz2 |
Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate possibly conflicting LOCAL/OFFSET
Diffstat (limited to 'generic/tclCompCmdsGR.c')
-rw-r--r-- | generic/tclCompCmdsGR.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/generic/tclCompCmdsGR.c b/generic/tclCompCmdsGR.c index 83a84e8..26e63e8 100644 --- a/generic/tclCompCmdsGR.c +++ b/generic/tclCompCmdsGR.c @@ -32,13 +32,6 @@ static int PushVarName(Tcl_Interp *interp, int flags, int *localIndexPtr, int *simpleVarNamePtr, int *isScalarPtr, int line, int *clNext); -static int CompileEachloopCmd(Tcl_Interp *interp, - Tcl_Parse *parsePtr, Command *cmdPtr, - CompileEnv *envPtr, int collect); -static int CompileDictEachCmd(Tcl_Interp *interp, - Tcl_Parse *parsePtr, Command *cmdPtr, - struct CompileEnv *envPtr, int collect); - /* * Macro that encapsulates an efficiency trick that avoids a function call for |