diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-01 01:23:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-01 01:23:30 (GMT) |
commit | c748e239e3cb5d7c6ef703168f009cc695fc58d6 (patch) | |
tree | 92fe1f4216883e4a13dab7e86a7d39cad4720660 /generic | |
parent | 9b718efb671760d88cc93cb84eaa73697691e517 (diff) | |
download | tcl-c748e239e3cb5d7c6ef703168f009cc695fc58d6.zip tcl-c748e239e3cb5d7c6ef703168f009cc695fc58d6.tar.gz tcl-c748e239e3cb5d7c6ef703168f009cc695fc58d6.tar.bz2 |
Oops
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclInt.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 8ddba3c..d7930ff 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.64 2003/11/01 01:20:34 dkf Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.65 2003/11/01 01:23:30 dkf Exp $ library tcl @@ -730,7 +730,7 @@ declare 179 generic { declare 180 generic { Tcl_Obj *TclNewListObjDirect(int objc, Tcl_Obj *CONST objv[]) } -declare 180 generic { +declare 181 generic { Tcl_Obj *TclDbNewListObjDirect(int objc, Tcl_Obj *CONST objv[], CONST char *file, int line) } |