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.decls | |
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.decls')
-rw-r--r-- | generic/tclInt.decls | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 7cdba8d..a110ae0 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -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.decls,v 1.106 2007/02/20 23:24:04 nijtmans Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.107 2007/04/03 15:08:24 msofer Exp $ library tcl @@ -915,6 +915,11 @@ declare 230 generic { CONST int createPart1, CONST int createPart2, Var **arrayPtrPtr) } +declare 231 generic { + int TclGetNamespaceFromObj(Tcl_Interp *interp, Tcl_Obj *objPtr, + Tcl_Namespace **nsPtrPtr) +} + ############################################################################## # Define the platform specific internal Tcl interface. These functions are @@ -1126,4 +1131,4 @@ declare 18 macosx { int TclMacOSXMatchType(Tcl_Interp *interp, CONST char *pathName, CONST char *fileName, Tcl_StatBuf *statBufPtr, Tcl_GlobTypeData *types) -}
\ No newline at end of file +} |