diff options
| author | dgp <dgp@users.sourceforge.net> | 2012-12-04 20:40:50 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2012-12-04 20:40:50 (GMT) |
| commit | cd4ea3194fc39818bd06e1ffec598e4230befcf5 (patch) | |
| tree | 227f939e4e38306f9c5b556f1dcb0adfb7756505 /generic/tclStubLib.c | |
| parent | 73f2edfb1438d687abda8079be77cf4424a53807 (diff) | |
| parent | ae09e66da466ea68e269fc388798ca6ce2cd1c4c (diff) | |
| download | tcl-cd4ea3194fc39818bd06e1ffec598e4230befcf5.zip tcl-cd4ea3194fc39818bd06e1ffec598e4230befcf5.tar.gz tcl-cd4ea3194fc39818bd06e1ffec598e4230befcf5.tar.bz2 | |
merge trunk
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; } |
