diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-04-03 15:08:23 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-04-03 15:08:23 (GMT) |
commit | 89643dc38f1be355f6d47cff592dfc1bfd9ca2d2 (patch) | |
tree | 5a475a1ed47a0738e745f04f263832b9f2188f1c /generic/tclInt.h | |
parent | 711464eba9249a177454befecc9f7f90e13887b8 (diff) | |
download | tcl-89643dc38f1be355f6d47cff592dfc1bfd9ca2d2.zip tcl-89643dc38f1be355f6d47cff592dfc1bfd9ca2d2.tar.gz tcl-89643dc38f1be355f6d47cff592dfc1bfd9ca2d2.tar.bz2 |
* generic/tclInt.decls: Moved TclGetNamespaceFromObj() to
* generic/tclInt.h: the internal stubs table; regen.
* generic/tclIntDecls.h:
* generic/tclStubInit.c:
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 8450621..2e3b47f 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,7 +12,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.303 2007/04/03 01:34:37 msofer Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.304 2007/04/03 15:08:24 msofer Exp $ */ #ifndef _TCLINT @@ -2259,8 +2259,6 @@ MODULE_SCOPE void TclFormatNaN(double value, char *buffer); MODULE_SCOPE int TclFSFileAttrIndex(Tcl_Obj *pathPtr, CONST char *attributeName, int *indexPtr); MODULE_SCOPE Tcl_Obj * TclGetBgErrorHandler(Tcl_Interp *interp); -MODULE_SCOPE int TclGetNamespaceFromObj(Tcl_Interp *interp, - Tcl_Obj *objPtr, Tcl_Namespace **nsPtrPtr); MODULE_SCOPE int TclGetNumberFromObj(Tcl_Interp *interp, Tcl_Obj *objPtr, ClientData *clientDataPtr, int *typePtr); |