From: Richard Stallman Date: Sat, 1 Oct 1994 09:07:05 +0000 (+0000) Subject: Comment change. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e2eb9e2da4c09467ce705bd4426ad8eb9946c2;p=pspp Comment change. --- diff --git a/regex.c b/regex.c index f1d1319f6f..4b22b31a3c 100644 --- a/regex.c +++ b/regex.c @@ -2703,6 +2703,7 @@ compile_range (p_ptr, pend, translate, syntax, b) 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];