summaryrefslogtreecommitdiff
path: root/itcl/itcl/generic/itclInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/itcl/generic/itclInt.h')
-rw-r--r--itcl/itcl/generic/itclInt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/itcl/itcl/generic/itclInt.h b/itcl/itcl/generic/itclInt.h
index a3bb712729e..6bde298972e 100644
--- a/itcl/itcl/generic/itclInt.h
+++ b/itcl/itcl/generic/itclInt.h
@@ -238,6 +238,13 @@ typedef struct ItclContext {
Var localStorage[20]; /* default storage for compiled locals */
} ItclContext;
+/*
+ * Compatibility flags. Used to support small "hacks". These are stored
+ * in the global variable named itclCompatFlags.
+ */
+#define ITCL_COMPAT_USECMDFLAGS 0x0001 /* Tcl8.4a1 introduced a different Command
+ * structure, and we need to adapt
+ * dynamically */
#include "itclIntDecls.h"