diff options
Diffstat (limited to 'generic/tclStubLib.c')
| -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 f569820..91012fd 100644 --- a/generic/tclStubLib.c +++ b/generic/tclStubLib.c @@ -41,9 +41,7 @@ HasStubSupport(      if (iPtr->stubTable && (iPtr->stubTable->magic == TCL_STUB_MAGIC)) {  	return iPtr->stubTable;      } - -    iPtr->result = -	    (char *)"This interpreter does not support stubs-enabled extensions."; +    iPtr->result = (char *) "interpreter uses an incompatible stubs mechanism";      iPtr->freeProc = TCL_STATIC;      return NULL;  } | 
