diff options
Diffstat (limited to 'unix/dltest/pkge.c')
-rw-r--r-- | unix/dltest/pkge.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/dltest/pkge.c b/unix/dltest/pkge.c index 98a35a0..8f073ee 100644 --- a/unix/dltest/pkge.c +++ b/unix/dltest/pkge.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: pkge.c,v 1.8 2007/05/29 14:05:53 dgp Exp $ + * RCS: @(#) $Id: pkge.c,v 1.9 2007/08/14 06:32:55 das Exp $ */ #include "tcl.h" @@ -39,6 +39,7 @@ Pkge_Init( * made available. */ { static char script[] = "if 44 {open non_existent}"; + if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL) { return TCL_ERROR; } |