# HG changeset patch # User Richard M. Stallman # Date 781002425 0 # Node ID 6ca1c82b40f43ceb03e36fecec45ccd5d91ee0aa # Parent 0c6e2b5d3850e28cc7da315733161fdf0f2fb62a Comment change. diff -r 0c6e2b5d3850 -r 6ca1c82b40f4 src/regex.c --- a/src/regex.c Sat Oct 01 09:06:07 1994 +0000 +++ b/src/regex.c Sat Oct 01 09:07:05 1994 +0000 @@ -2703,6 +2703,7 @@ We also want to fetch the endpoints without translating them; the appropriate translation is done in the bit-setting loop below. */ + /* The SVR4 compiler on the 3B2 had trouble with unsigned const char *. */ range_start = ((const unsigned char *) p)[-2]; range_end = ((const unsigned char *) p)[0];