diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-07 22:38:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-07 22:38:22 (GMT) |
commit | e28824a3e3883b94ffcd147bd9609cea6d3fa5e8 (patch) | |
tree | 3f780886d808cf72e5f4bfc7c6f70be2f3388e38 /generic/tkInt.h | |
parent | 190a61ab8c69ccc04a4671db1bed4d01602a9606 (diff) | |
parent | 818335dd361fb6a08f3c162346143814a5afaf80 (diff) | |
download | tk-e28824a3e3883b94ffcd147bd9609cea6d3fa5e8.zip tk-e28824a3e3883b94ffcd147bd9609cea6d3fa5e8.tar.gz tk-e28824a3e3883b94ffcd147bd9609cea6d3fa5e8.tar.bz2 |
Merge 8.6
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index f0605d2..d64335b 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -19,6 +19,8 @@ #include "tkPort.h" #endif +#define TK_OPTION_ENUM_VAR ((int)(sizeof(Tk_OptionType)&(sizeof(int)-1))<<6) + /* * Ensure WORDS_BIGENDIAN is defined correctly: * Needs to happen here in addition to configure to work with fat compiles on |