summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-03 14:47:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-03 14:47:37 (GMT)
commite1d323bc1b41ad79581edc6fe40f4b0f688377ac (patch)
treef9058725614f7fa93f3d889138066aae4033dcbd /generic/tclOO.decls
parent7b688527d719054d95ce6e5313830d6dd9d50a25 (diff)
downloadtcl-e1d323bc1b41ad79581edc6fe40f4b0f688377ac.zip
tcl-e1d323bc1b41ad79581edc6fe40f4b0f688377ac.tar.gz
tcl-e1d323bc1b41ad79581edc6fe40f4b0f688377ac.tar.bz2
TIP #666 implementation
Diffstat (limited to 'generic/tclOO.decls')
-rw-r--r--generic/tclOO.decls14
1 files changed, 0 insertions, 14 deletions
diff --git a/generic/tclOO.decls b/generic/tclOO.decls
index c933872..c6ffccd 100644
--- a/generic/tclOO.decls
+++ b/generic/tclOO.decls
@@ -135,20 +135,6 @@ declare 30 {
declare 31 {
Tcl_Obj *Tcl_GetObjectClassName(Tcl_Interp *interp, Tcl_Object object)
}
-declare 32 {
- int Tcl_MethodIsType2(Tcl_Method method, const Tcl_MethodType2 *typePtr,
- void **clientDataPtr)
-}
-declare 33 {
- Tcl_Method Tcl_NewInstanceMethod2(Tcl_Interp *interp, Tcl_Object object,
- Tcl_Obj *nameObj, int flags, const Tcl_MethodType2 *typePtr,
- void *clientData)
-}
-declare 34 {
- Tcl_Method Tcl_NewMethod2(Tcl_Interp *interp, Tcl_Class cls,
- Tcl_Obj *nameObj, int flags, const Tcl_MethodType2 *typePtr,
- void *clientData)
-}
######################################################################
# Private API, exposed to support advanced OO systems that plug in on top of