diff options
-rw-r--r-- | generic/tclStubLib.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclStubLib.c b/generic/tclStubLib.c index 1f5b436..871d7ea 100644 --- a/generic/tclStubLib.c +++ b/generic/tclStubLib.c @@ -44,9 +44,7 @@ HasStubSupport( if (iPtr->stubTable && (iPtr->stubTable->magic == TCL_STUB_MAGIC)) { return iPtr->stubTable; } - - interp->result = - "This interpreter does not support stubs-enabled extensions."; + interp->result = "interpreter uses an incompatible stubs mechanism"; interp->freeProc = TCL_STATIC; return NULL; } |