summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-06-02 18:54:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-06-02 18:54:09 (GMT)
commit77f3ad2fcd5b1383a5a9e38441c20bbb4227fd03 (patch)
tree55a55b70aa1c47ffb6ad15fcc139e579f54548c3 /generic/tclCompile.h
parent8bd69e27f28e6a4927f6df9aacd29694d76c0dca (diff)
downloadtcl-77f3ad2fcd5b1383a5a9e38441c20bbb4227fd03.zip
tcl-77f3ad2fcd5b1383a5a9e38441c20bbb4227fd03.tar.gz
tcl-77f3ad2fcd5b1383a5a9e38441c20bbb4227fd03.tar.bz2
Remove useless macro, use existing macro where it makes sense.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 8430da3..4b50710 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -1450,14 +1450,11 @@ MODULE_SCOPE Tcl_Obj *TclNewInstNameObj(unsigned char inst);
* of LOOP ranges is an interesting datum for debugging purposes, and that is
* what we compute now.
*
- * static int DeclareExceptionRange(CompileEnv *envPtr, int type);
* static int ExceptionRangeStarts(CompileEnv *envPtr, int index);
* static void ExceptionRangeEnds(CompileEnv *envPtr, int index);
* static void ExceptionRangeTarget(CompileEnv *envPtr, int index, LABEL);
*/
-#define DeclareExceptionRange(envPtr, type) \
- (TclCreateExceptRange((type), (envPtr)))
#define ExceptionRangeStarts(envPtr, index) \
(((envPtr)->exceptDepth++), \
((envPtr)->maxExceptDepth = \