diff options
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index f59d01e..be0618f 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.85 2004/12/15 20:44:38 msofer Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.86 2005/04/02 02:08:36 msofer Exp $ library tcl @@ -734,14 +734,15 @@ declare 179 generic { Tcl_Obj *Tcl_GetStartupScript(CONST char **encodingNamePtr) } +# REMOVED # Allocate lists without copying arrays -declare 180 generic { - Tcl_Obj *TclNewListObjDirect(int objc, Tcl_Obj **objv) -} -declare 181 generic { - Tcl_Obj *TclDbNewListObjDirect(int objc, Tcl_Obj **objv, - CONST char *file, int line) -} +# declare 180 generic { +# Tcl_Obj *TclNewListObjDirect(int objc, Tcl_Obj **objv) +# } +#declare 181 generic { +# Tcl_Obj *TclDbNewListObjDirect(int objc, Tcl_Obj **objv, +# CONST char *file, int line) +#} # TclpGmtime and TclpLocaltime promoted to the generic interface from unix |