diff options
author | das <das> | 2009-11-29 09:00:24 (GMT) |
---|---|---|
committer | das <das> | 2009-11-29 09:00:24 (GMT) |
commit | d8f31f39067db330c33a736531132fa7d375885a (patch) | |
tree | 47abddbce4be42889453583abe57598b2b1c9cb5 /unix/tclAppInit.c | |
parent | db7bb18efce7421bb11eaea01689691a2b53f48b (diff) | |
download | tcl-d8f31f39067db330c33a736531132fa7d375885a.zip tcl-d8f31f39067db330c33a736531132fa7d375885a.tar.gz tcl-d8f31f39067db330c33a736531132fa7d375885a.tar.bz2 |
revert 2902965 tclAppInit.c change
Diffstat (limited to 'unix/tclAppInit.c')
-rw-r--r-- | unix/tclAppInit.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c index 715a098..7c78b58 100644 --- a/unix/tclAppInit.c +++ b/unix/tclAppInit.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclAppInit.c,v 1.21 2009/11/26 07:01:46 nijtmans Exp $ + * RCS: @(#) $Id: tclAppInit.c,v 1.22 2009/11/29 09:00:24 das Exp $ */ #include "tcl.h" @@ -110,10 +110,6 @@ int Tcl_AppInit( Tcl_Interp *interp) /* Interpreter for application. */ { -#undef Tcl_InitStubs - if (!Tcl_InitStubs(interp, TCL_VERSION, 0)) { - return TCL_ERROR; - } if (Tcl_Init(interp) == TCL_ERROR) { return TCL_ERROR; } |