diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index 317e630f72a..43351b380de 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -1834,7 +1834,7 @@ static int analyse_first _RE_ARGS ((re_char *p, re_char *pend, | |||
| 1834 | 1834 | ||
| 1835 | /* But patterns can have more than `MAX_REGNUM' registers. We just | 1835 | /* But patterns can have more than `MAX_REGNUM' registers. We just |
| 1836 | ignore the excess. */ | 1836 | ignore the excess. */ |
| 1837 | typedef unsigned regnum_t; | 1837 | typedef int regnum_t; |
| 1838 | 1838 | ||
| 1839 | 1839 | ||
| 1840 | /* Macros for the compile stack. */ | 1840 | /* Macros for the compile stack. */ |