--- a/gl/lib/regex_internal.h +++ b/gl/lib/regex_internal.h @@ -36,6 +36,14 @@ #include #include +#ifndef __LONG_WIDTH__ +#if LONG_WIDTH +#define __LONG_WIDTH__ LONG_WIDTH +#else +#define __LONG_WIDTH__ __WORDSIZE +#endif +#endif + #if defined DEBUG && DEBUG != 0 # include # define DEBUG_ASSERT(x) assert (x)