diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-26 23:05:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-26 23:05:50 (GMT) |
commit | 9afc3ff81d99b4207da8b35d411a83f043b0a4f8 (patch) | |
tree | 97924fc6c78e6fced56e06c83bfa288c51d73a5e /generic/tclOO.decls | |
parent | 15adceeead8ca31318befa55e31d2af69e34372c (diff) | |
download | tcl-9afc3ff81d99b4207da8b35d411a83f043b0a4f8.zip tcl-9afc3ff81d99b4207da8b35d411a83f043b0a4f8.tar.gz tcl-9afc3ff81d99b4207da8b35d411a83f043b0a4f8.tar.bz2 |
more progress
Diffstat (limited to 'generic/tclOO.decls')
-rw-r--r-- | generic/tclOO.decls | 2 |
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, |