X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ca4086b22723db16d7e0fc23aa9021b4785096a..eca15c0d5497309e402d4bb91f8e479b4fb70fa9:/src/regex/regc_nfa.c diff --git a/src/regex/regc_nfa.c b/src/regex/regc_nfa.c index 9881cd4304..5f65c8d83a 100644 --- a/src/regex/regc_nfa.c +++ b/src/regex/regc_nfa.c @@ -972,6 +972,13 @@ struct arc *con; ^ #def COMPATIBLE 3 // compatible but not satisfied yet ^ static int combine(struct arc *, struct arc *); */ + +/* FIXME Required for CW 8 on Mac since it's not in limits.h */ +#ifndef __CHAR_BIT__ +#define __CHAR_BIT__ 8 +#endif + + static int combine(con, a) struct arc *con;