git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26495
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
^ #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;
^ static struct dfa *newdfa(struct vars *, struct cnfa *,
^ struct colormap *, struct smalldfa *);
*/
+
+/* FIXME Required for CW 8 on Mac since it's not in limits.h */
+#ifndef __CHAR_BIT__
+#define __CHAR_BIT__ 8
+#endif
+
static struct dfa *
newdfa(v, cnfa, cm, small)
struct vars *v;
*/
#include "regcustom.h"
-
-
/*
* Things that regcustom.h might override.
*/