summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-03-27 08:21:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-03-27 08:21:12 (GMT)
commit5a6cd644b6216a0f23ff3fe4c32dba3200bd0b90 (patch)
tree042154a9e8b9a31882c87cd9d2c13a7368683e34 /generic/tclOOInt.h
parent81bd85f2b61d7176482e2a2df0878f7368cd654d (diff)
downloadtcl-5a6cd644b6216a0f23ff3fe4c32dba3200bd0b90.zip
tcl-5a6cd644b6216a0f23ff3fe4c32dba3200bd0b90.tar.gz
tcl-5a6cd644b6216a0f23ff3fe4c32dba3200bd0b90.tar.bz2
Implementation of TIP #397
Diffstat (limited to 'generic/tclOOInt.h')
-rw-r--r--generic/tclOOInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclOOInt.h b/generic/tclOOInt.h
index b9745ca..2d6f324 100644
--- a/generic/tclOOInt.h
+++ b/generic/tclOOInt.h
@@ -320,6 +320,8 @@ typedef struct Foundation {
* constructor. */
Tcl_Obj *destructorName; /* Shared object containing the "name" of a
* destructor. */
+ Tcl_Obj *clonedName; /* Shared object containing the name of a
+ * "<cloned>" pseudo-constructor. */
} Foundation;
/*