diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-06-01 11:23:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-06-01 11:23:15 (GMT) |
commit | e9e2d96cf1a3a47f98f63bff0f1b2570a2e5b71d (patch) | |
tree | e08c1bcdbc61b667cda50e9af8fb3bf39b8f96d3 /generic/tclInt.h | |
parent | a88091c1bf14f254449273a9f864d8f09009fe67 (diff) | |
download | tcl-no_smartref.zip tcl-no_smartref.tar.gz tcl-no_smartref.tar.bz2 |
Attempt to get new clock code working without the need for smartref.no_smartref
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 8edc518..759d8e7 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2884,7 +2884,6 @@ MODULE_SCOPE int TclFindDictElement(Tcl_Interp *interp, const char *dict, int dictLength, const char **elementPtr, const char **nextPtr, int *sizePtr, int *literalPtr); -MODULE_SCOPE Tcl_Obj * Tcl_DictObjSmartRef(Tcl_Interp *interp, Tcl_Obj *); /* TIP #280 - Modified token based evulation, with line information. */ MODULE_SCOPE int TclEvalEx(Tcl_Interp *interp, const char *script, int numBytes, int flags, int line, |