summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2017-04-27 12:38:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2017-04-27 12:38:21 (GMT)
commite3a9350e58588d7d50bc37bc15abd1efb84dcbc1 (patch)
tree5f096c75a9358203b13688e46c18639dbc124adf /generic/tclOOInt.h
parent04086099d0c1d95a1f63b2ff8b8db40b66fd5bd5 (diff)
downloadtcl-e3a9350e58588d7d50bc37bc15abd1efb84dcbc1.zip
tcl-e3a9350e58588d7d50bc37bc15abd1efb84dcbc1.tar.gz
tcl-e3a9350e58588d7d50bc37bc15abd1efb84dcbc1.tar.bz2
Start of implementation of TIP #470.
Diffstat (limited to 'generic/tclOOInt.h')
-rw-r--r--generic/tclOOInt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclOOInt.h b/generic/tclOOInt.h
index ae24dee..476446d 100644
--- a/generic/tclOOInt.h
+++ b/generic/tclOOInt.h
@@ -431,6 +431,9 @@ MODULE_SCOPE int TclOODefineClassObjCmd(ClientData clientData,
MODULE_SCOPE int TclOODefineSelfObjCmd(ClientData clientData,
Tcl_Interp *interp, int objc,
Tcl_Obj *const *objv);
+MODULE_SCOPE int TclOODefineObjSelfObjCmd(ClientData clientData,
+ Tcl_Interp *interp, int objc,
+ Tcl_Obj *const *objv);
MODULE_SCOPE int TclOOUnknownDefinition(ClientData clientData,
Tcl_Interp *interp, int objc,
Tcl_Obj *const *objv);