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