diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2014-01-10 15:58:41 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2014-01-10 15:58:41 (GMT) |
| commit | 6d0c048673ccd7e87ee15e8b3100172a6e60298f (patch) | |
| tree | e059ae617b58faac8fe25b5c8b71697b13b788df /generic/tclCompile.c | |
| parent | d0a037d8304275720c6099471d87ebcc30416b82 (diff) | |
| download | tcl-6d0c048673ccd7e87ee15e8b3100172a6e60298f.zip tcl-6d0c048673ccd7e87ee15e8b3100172a6e60298f.tar.gz tcl-6d0c048673ccd7e87ee15e8b3100172a6e60298f.tar.bz2 | |
a different approach
Diffstat (limited to 'generic/tclCompile.c')
| -rw-r--r-- | generic/tclCompile.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index ee67e24..c01571f 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -621,6 +621,10 @@ InstructionDesc const tclInstructionTable[] = { /* Push the identity of the current TclOO object (i.e., the name of * its current public access command) on the stack. */ + {"numericType", 1, 0, 0, {OPERAND_NONE}}, + /* Pushes the numeric type code of the word at the top of the stack. + * Stack: ... value => ... typeCode */ + {NULL, 0, 0, 0, {OPERAND_NONE}} }; |
