diff options
author | dgp <dgp@users.sourceforge.net> | 2014-02-06 22:41:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-02-06 22:41:14 (GMT) |
commit | 5ff110b484ef081f2bc5c6b8cbf1d234beaa489d (patch) | |
tree | 5843a23d0061df662d35b33e071a7dcb29698472 | |
parent | 438b687249f8f901a7d0e17608a7f2b506f1e5d6 (diff) | |
download | tcl-5ff110b484ef081f2bc5c6b8cbf1d234beaa489d.zip tcl-5ff110b484ef081f2bc5c6b8cbf1d234beaa489d.tar.gz tcl-5ff110b484ef081f2bc5c6b8cbf1d234beaa489d.tar.bz2 |
Change the flag value to avoid merge conflict with trunk.
-rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index f869ff0..1348340 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -1528,7 +1528,7 @@ typedef struct Command { #define CMD_IS_DELETED 0x1 #define CMD_TRACE_ACTIVE 0x2 #define CMD_HAS_EXEC_TRACES 0x4 -#define CMD_REDEF_IN_PROGRESS 0x8 +#define CMD_REDEF_IN_PROGRESS 0x10 /* *---------------------------------------------------------------- |