diff options
| author | dgp <dgp@users.sourceforge.net> | 2020-03-17 01:01:25 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2020-03-17 01:01:25 (GMT) |
| commit | dc763386a9f92c39f6573be75aff10c6528003ef (patch) | |
| tree | 781e4d3c47fd2d77a238f20fb3c5de53a447256b /generic/tclBasic.c | |
| parent | 23bd4dbf08b8db5a6d935215247cf203ab0032fe (diff) | |
| download | tcl-dc763386a9f92c39f6573be75aff10c6528003ef.zip tcl-dc763386a9f92c39f6573be75aff10c6528003ef.tar.gz tcl-dc763386a9f92c39f6573be75aff10c6528003ef.tar.bz2 | |
TIP 569 - remove lint comments
Diffstat (limited to 'generic/tclBasic.c')
| -rw-r--r-- | generic/tclBasic.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index f7f4f19..8597370 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -653,7 +653,6 @@ Tcl_CreateInterp(void) */ if (sizeof(Tcl_CallFrame) < sizeof(CallFrame)) { - /*NOTREACHED*/ Tcl_Panic("Tcl_CallFrame must not be smaller than CallFrame"); } @@ -666,7 +665,6 @@ Tcl_CreateInterp(void) */ if ((offsetof(Tcl_StatBuf,st_atime) != 32) || (offsetof(Tcl_StatBuf,st_ctime) != 40)) { - /*NOTREACHED*/ Tcl_Panic("<sys/stat.h> is not compatible with MSVC"); } #endif @@ -7339,7 +7337,6 @@ Tcl_VarEvalVA( * *---------------------------------------------------------------------- */ - /* ARGSUSED */ int Tcl_VarEval( Tcl_Interp *interp, |
