summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-26 23:05:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-26 23:05:50 (GMT)
commit9afc3ff81d99b4207da8b35d411a83f043b0a4f8 (patch)
tree97924fc6c78e6fced56e06c83bfa288c51d73a5e /generic/tclOO.decls
parent15adceeead8ca31318befa55e31d2af69e34372c (diff)
downloadtcl-9afc3ff81d99b4207da8b35d411a83f043b0a4f8.zip
tcl-9afc3ff81d99b4207da8b35d411a83f043b0a4f8.tar.gz
tcl-9afc3ff81d99b4207da8b35d411a83f043b0a4f8.tar.bz2
more progress
Diffstat (limited to 'generic/tclOO.decls')
-rw-r--r--generic/tclOO.decls2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclOO.decls b/generic/tclOO.decls
index c6ffccd..ddccef7 100644
--- a/generic/tclOO.decls
+++ b/generic/tclOO.decls
@@ -84,7 +84,7 @@ declare 17 {
Tcl_Object Tcl_ObjectContextObject(Tcl_ObjectContext context)
}
declare 18 {
- int Tcl_ObjectContextSkippedArgs(Tcl_ObjectContext context)
+ size_t Tcl_ObjectContextSkippedArgs(Tcl_ObjectContext context)
}
declare 19 {
void *Tcl_ClassGetMetadata(Tcl_Class clazz,