summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-10-03 00:05:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-10-03 00:05:22 (GMT)
commitea92bd3066f8e943efaaf49aa1482cb2520f06f1 (patch)
tree074433bb4e6b87157ca9ebf5b42fb2316887f876 /generic
parent5f4768a439995933c1aefee69f6753f04a9984c0 (diff)
downloadtcl-ea92bd3066f8e943efaaf49aa1482cb2520f06f1.zip
tcl-ea92bd3066f8e943efaaf49aa1482cb2520f06f1.tar.gz
tcl-ea92bd3066f8e943efaaf49aa1482cb2520f06f1.tar.bz2
typo
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index a8bd083..03bde78 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.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: tcl.decls,v 1.146 2008/10/02 23:32:13 dkf Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.147 2008/10/03 00:05:22 dkf Exp $
library tcl
@@ -2200,7 +2200,7 @@ declare 603 generic {
# TIP#265 (option parser)
declare 604 generic {
int Tcl_ParseArgsObjv(Tcl_Interp *interp, const Tcl_ArgvInfo *argTable,
- int *objcPtr, Tcl_Obj *const *objv, Tcl_Obj ***remObjv);
+ int *objcPtr, Tcl_Obj *const *objv, Tcl_Obj ***remObjv)
}
##############################################################################