summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index fad78f2..7576a97 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4092,6 +4092,9 @@ TclInlLimitExceeded(
{
return (((Interp *)interp)->limit.exceeded != 0);
}
+#ifdef Tcl_LimitExceeded
+# undef Tcl_LimitExceeded
+#endif
#define Tcl_LimitExceeded(interp) TclInlLimitExceeded(interp)
#define TclLimitReady(limit) \