long -> int to fix 64bit issues. This breaks 16bit machines but since we don't have...
authormillert <millert@openbsd.org>
Sat, 12 Apr 1997 18:22:22 +0000 (18:22 +0000)
committermillert <millert@openbsd.org>
Sat, 12 Apr 1997 18:22:22 +0000 (18:22 +0000)
commitb37692f881dae1acc9690dd3df389cbd7edd0705
treea39d170d37d0c68b0bdb0572e3a25691486e6713
parentbc72aec4d673edfb6108c8c7d60da253e2804013
long -> int to fix 64bit issues.  This breaks 16bit machines but since we don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely.  Fixes NetBSD PR #3450 from Ross Harvey (but in a different way)
lib/libc/regex/engine.c
lib/libc/regex/regex2.h
lib/libc/regex/regexec.c