summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.c
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/tclOO.c
parent04086099d0c1d95a1f63b2ff8b8db40b66fd5bd5 (diff)
downloadtcl-e3a9350e58588d7d50bc37bc15abd1efb84dcbc1.zip
tcl-e3a9350e58588d7d50bc37bc15abd1efb84dcbc1.tar.gz
tcl-e3a9350e58588d7d50bc37bc15abd1efb84dcbc1.tar.bz2
Start of implementation of TIP #470.
Diffstat (limited to 'generic/tclOO.c')
-rw-r--r--generic/tclOO.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclOO.c b/generic/tclOO.c
index ef0c987..73acce8 100644
--- a/generic/tclOO.c
+++ b/generic/tclOO.c
@@ -41,6 +41,7 @@ static const struct {
{"forward", TclOODefineForwardObjCmd, 1},
{"method", TclOODefineMethodObjCmd, 1},
{"renamemethod", TclOODefineRenameMethodObjCmd, 1},
+ {"self", TclOODefineObjSelfObjCmd, 0},
{"unexport", TclOODefineUnexportObjCmd, 1},
{NULL, NULL, 0}
};