diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2003-11-01 01:23:30 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2003-11-01 01:23:30 (GMT) |
| commit | f829c93024973f5e78d619bc6256557f6be19033 (patch) | |
| tree | 92fe1f4216883e4a13dab7e86a7d39cad4720660 | |
| parent | a92a898b295e728423b4dad84c30d0720eb75811 (diff) | |
| download | tcl-f829c93024973f5e78d619bc6256557f6be19033.zip tcl-f829c93024973f5e78d619bc6256557f6be19033.tar.gz tcl-f829c93024973f5e78d619bc6256557f6be19033.tar.bz2 | |
Oops
| -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) } |
