diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-17 15:07:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-17 15:07:41 (GMT) |
commit | 556aff92de6174b46719c7865fdb4de501120660 (patch) | |
tree | fe068499de3f087609cd36cbdff5ff6e5dec40ff /generic/tkInt.h | |
parent | 70edb80093c0a4d1893b1669b9b5d9704b720a4d (diff) | |
parent | d8d6567196977ca798b09468a62ab437eeed55ae (diff) | |
download | tk-556aff92de6174b46719c7865fdb4de501120660.zip tk-556aff92de6174b46719c7865fdb4de501120660.tar.gz tk-556aff92de6174b46719c7865fdb4de501120660.tar.bz2 |
Don't use trans_chars array on MacOSX any more.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index d90cb0e..d87cd03 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -856,7 +856,7 @@ typedef struct { char trans_chars[XMaxTransChars]; /* translated characters */ unsigned char nbytes; -#else +#elif !defined(MAC_OSC_TK) char *charValuePtr; /* A pointer to a string that holds the key's * %A substitution text (before backslash * adding), or NULL if that has not been |