summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-07-05 18:15:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-07-05 18:15:41 (GMT)
commit54bafc704cf48ffee9929b86352c127bfc9c024d (patch)
tree7ee4e1ed918eafe78497e6a04d4a32ed2c90a911 /generic/tclInt.decls
parent1f35b60c45319b66403716359b926d67f7d9b328 (diff)
downloadtcl-54bafc704cf48ffee9929b86352c127bfc9c024d.zip
tcl-54bafc704cf48ffee9929b86352c127bfc9c024d.tar.gz
tcl-54bafc704cf48ffee9929b86352c127bfc9c024d.tar.bz2
* generic/tclUtil.c: Converted TclFormatInt() into a macro.
* generic/tclInt.decls: [RFE 1194015] * generic/tclInt.h: * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c:
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls9
1 files changed, 5 insertions, 4 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index f4f29c7..8af2153 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.89 2005/05/14 20:46:44 das Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.90 2005/07/05 18:15:55 dgp Exp $
library tcl
@@ -114,9 +114,10 @@ declare 22 generic {
declare 23 generic {
Proc *TclFindProc(Interp *iPtr, CONST char *procName)
}
-declare 24 generic {
- int TclFormatInt(char *buffer, long n)
-}
+# Replaced with macro (see tclInt.h) in Tcl 8.5
+#declare 24 generic {
+# int TclFormatInt(char *buffer, long n)
+#}
declare 25 generic {
void TclFreePackageInfo(Interp *iPtr)
}