# HG changeset patch # User Richard Stallman # Date 781002425 0 # Node ID 9cf2ec9abdb70df49d2c081cc9fc9e1387135895 # Parent 7f925f65165ffcf802ae7b70c6f486095fde5851 Comment change. diff --git a/regex.c b/regex.c --- a/regex.c +++ b/regex.c @@ -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];