c300f8f462
sizeof(u_int32_t) != sizeof(*)), at least in cases with re->re_g->nstates between 32 and 64. Primary reason for the breakage was that the "states1" definition didn't work as expected. (It didn't work before either, but this was not noticed due to sizeof(long)==sizeof(*).) The alpha can handle larger problems with the "small" state machine model if a "long" is used as state variable, so it is better to keep the old definition here. (u_int32_t is left for the "operator" variables.) Use "int" as "sopno" - this is used as index into the states field, there is no point in using a fized-size type. |
||
---|---|---|
.. | ||
cclass.h | ||
cname.h | ||
COPYRIGHT | ||
engine.c | ||
Makefile.inc | ||
re_format.7 | ||
regcomp.c | ||
regerror.c | ||
regex2.h | ||
regex.3 | ||
regexec.c | ||
regfree.c | ||
utils.h | ||
WHATSNEW |