diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2014-10-17 14:28:46 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2014-10-17 14:28:46 (GMT) |
commit | 0237d15593de152f8d82bd4b852ed260d73dfbd5 (patch) | |
tree | adde55fda8a9510431640463f98f56fe18a3af43 /generic/tclCompile.h | |
parent | 9acec29bc1cc79293e2760411a3f07ffdd8113e1 (diff) | |
parent | fc47c8aae5f8c68455ee588cfbe4f707e91bde7d (diff) | |
download | tcl-tip_428.zip tcl-tip_428.tar.gz tcl-tip_428.tar.bz2 |
Merge trunktip_428
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index 01b78d9..51f0b34 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -1414,18 +1414,6 @@ MODULE_SCOPE int TclPushProcCallFrame(ClientData clientData, } while (0) /* - * If the expr compiler finished with TRY_CONVERT, macro to remove it when the - * job is done by the following instruction. - */ - -#define TclClearNumConversion(envPtr) \ - do { \ - if (*(envPtr->codeNext - 1) == INST_TRY_CVT_TO_NUMERIC) { \ - envPtr->codeNext--; \ - } \ - } while (0) - -/* * Macros to update a (signed or unsigned) integer starting at a pointer. The * two variants depend on the number of bytes. The ANSI C "prototypes" for * these macros are: |