diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-27 08:21:12 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-27 08:21:12 (GMT) |
| commit | 5a6cd644b6216a0f23ff3fe4c32dba3200bd0b90 (patch) | |
| tree | 042154a9e8b9a31882c87cd9d2c13a7368683e34 /generic/tclOOInt.h | |
| parent | 81bd85f2b61d7176482e2a2df0878f7368cd654d (diff) | |
| download | tcl-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.h | 2 |
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; /* |
