diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-05 14:27:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-05 14:27:35 (GMT) |
commit | ce2d0cb7086d505a6a8bab25315b986de0c0250f (patch) | |
tree | d44346c2b3d010032608138d792f67b0d4f13c6d /generic/tclInt.h | |
parent | a59513000fb2307fa6951642beb7bed484cd06ca (diff) | |
download | tcl-ce2d0cb7086d505a6a8bab25315b986de0c0250f.zip tcl-ce2d0cb7086d505a6a8bab25315b986de0c0250f.tar.gz tcl-ce2d0cb7086d505a6a8bab25315b986de0c0250f.tar.bz2 |
Implement TIP#307.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 85c8c00..73a8bab 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -15,7 +15,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.407 2008/11/29 18:17:20 dkf Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.408 2008/12/05 14:27:36 dkf Exp $ */ #ifndef _TCLINT @@ -2823,8 +2823,6 @@ MODULE_SCOPE int TclStringMatchObj(Tcl_Obj *stringObj, MODULE_SCOPE Tcl_Obj * TclStringObjReverse(Tcl_Obj *objPtr); MODULE_SCOPE int TclSubstTokens(Tcl_Interp *interp, Tcl_Token *tokenPtr, int count, int *tokensLeftPtr, int line); -MODULE_SCOPE void TclTransferResult(Tcl_Interp *sourceInterp, int result, - Tcl_Interp *targetInterp); MODULE_SCOPE Tcl_Obj * TclpNativeToNormalized(ClientData clientData); MODULE_SCOPE Tcl_Obj * TclpFilesystemPathType(Tcl_Obj *pathPtr); MODULE_SCOPE Tcl_PackageInitProc *TclpFindSymbol(Tcl_Interp *interp, |