summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordas <das>2008-03-19 16:56:13 (GMT)
committerdas <das>2008-03-19 16:56:13 (GMT)
commitb596587bdb4ed5cec36afc31162d33593480107b (patch)
treec59ac399e75d47990b13f2e74d11c0a57f37347b /generic
parentc8e9fcd2d703ccbbfd5857da46812cf4a7b543b8 (diff)
downloadtcl-b596587bdb4ed5cec36afc31162d33593480107b.zip
tcl-b596587bdb4ed5cec36afc31162d33593480107b.tar.gz
tcl-b596587bdb4ed5cec36afc31162d33593480107b.tar.bz2
fix typos
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.decls6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index a9c3da9..ecc0415 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.130 2008/03/19 16:19:35 dkf Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.131 2008/03/19 16:56:13 das Exp $
library tcl
@@ -2154,11 +2154,11 @@ export {
}
export {
CONST char *TclTomMathInitializeStubs(Tcl_Interp* interp,
- CONST char* version, int epoch, int revision
+ CONST char* version, int epoch, int revision)
}
export {
CONST char *Tcl_PkgInitStubsCheck(Tcl_Interp *interp, CONST char *version,
- int exact);
+ int exact)
}
export {
void Tcl_GetMemoryInfo(Tcl_DString *dsPtr)