summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2014-10-17 10:00:39 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2014-10-17 10:00:39 (GMT)
commit63acce0c26f00ce8e3d4acb5840db0105f47631d (patch)
tree239e5dd2f89b978e46ca772b0d367cce522e8377 /generic/tclCompile.h
parentd9a8b078d1c03a51b8835666ddd27e0e54a2817d (diff)
parentceff856085045650b5b10e2d2fea1355ba78e4c4 (diff)
downloadtcl-63acce0c26f00ce8e3d4acb5840db0105f47631d.zip
tcl-63acce0c26f00ce8e3d4acb5840db0105f47631d.tar.gz
tcl-63acce0c26f00ce8e3d4acb5840db0105f47631d.tar.bz2
Merge trunk
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h12
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: