-- "Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> spake thusly:
Matt: regex.c is chock full of warnings. font-lock.c, search.c, and
symbol.c have a few too. syntax.c has none, though. I don't know if
any of those functions use a "negative value is end of loop"
convention, but that would explain inflooping on selected platforms if
they're there.
Thanks for figuring this out, Stephen. I'll fixed the signedness
comparisons first and see if that clears up the inflooping bug. If not,
then it's still my top priority.