summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-10-30 11:01:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-10-30 11:01:28 (GMT)
commitc5204dec681b0595a4cf02f93eb86c7326000c3b (patch)
tree8fb59c30a74bbebcc26caf6a66fbb35460a7b9b1 /generic/tclInt.decls
parenta10c339e62a7f3ef30dc2dec2bd798b654527128 (diff)
downloadtcl-c5204dec681b0595a4cf02f93eb86c7326000c3b.zip
tcl-c5204dec681b0595a4cf02f93eb86c7326000c3b.tar.gz
tcl-c5204dec681b0595a4cf02f93eb86c7326000c3b.tar.bz2
Change (internal) TclFormatInt() signature, so it can handle WideInt's directly. Ongoing simplifications ...
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index dea698c..63ed6c6 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -114,7 +114,7 @@ declare 23 {
}
# Replaced with macro (see tclInt.h) in Tcl 8.5.0, restored in 8.5.10
declare 24 {
- int TclFormatInt(char *buffer, long n)
+ int TclFormatInt(char *buffer, Tcl_WideInt n)
}
declare 25 {
void TclFreePackageInfo(Interp *iPtr)