summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls9
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
+}