diff options
Diffstat (limited to 'usr/src/lib/libc/port/locale/regex2.h')
-rw-r--r-- | usr/src/lib/libc/port/locale/regex2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libc/port/locale/regex2.h b/usr/src/lib/libc/port/locale/regex2.h index 1393386c0d..f44e1caeef 100644 --- a/usr/src/lib/libc/port/locale/regex2.h +++ b/usr/src/lib/libc/port/locale/regex2.h @@ -72,8 +72,8 @@ * In state representations, an operator's bit is on to signify a state * immediately *preceding* "execution" of that operator. */ -typedef unsigned long sop; /* strip operator */ -typedef long sopno; +typedef unsigned int sop; /* strip operator */ +typedef int sopno; #define OPRMASK 0xf8000000U #define OPDMASK 0x07ffffffU #define OPSHIFT ((unsigned)27) |