summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2013-12-19 14:35:50 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2013-12-19 14:35:50 (GMT)
commit1970f5556992b2371f85330d47e9c7f496696fbf (patch)
tree515c12243ce23922ad967bb8b183777669d86dd7 /generic/tclCompile.h
parent21342c7c30f3739ffec2c53f8d2d35b44d0b6d44 (diff)
downloadtcl-1970f5556992b2371f85330d47e9c7f496696fbf.zip
tcl-1970f5556992b2371f85330d47e9c7f496696fbf.tar.gz
tcl-1970f5556992b2371f85330d47e9c7f496696fbf.tar.bz2
Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, looks like a good idea anyway)
FossilOrigin-Name: e6528e54af023f5485bf3c8e0da1f8e1b6521f55
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 55dd37a..b421aaf 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -1079,8 +1079,6 @@ MODULE_SCOPE void TclPushVarName(Tcl_Interp *interp,
Tcl_Token *varTokenPtr, CompileEnv *envPtr,
int flags, int *localIndexPtr,
int *isScalarPtr);
-MODULE_SCOPE int TclRegisterLiteral(CompileEnv *envPtr,
- char *bytes, int length, int flags);
MODULE_SCOPE void TclReleaseLiteral(Tcl_Interp *interp, Tcl_Obj *objPtr);
MODULE_SCOPE void TclInvalidateCmdLiteral(Tcl_Interp *interp,
const char *name, Namespace *nsPtr);