Mercurial > emacs
diff src/regex.c @ 9209:6ca1c82b40f4
Comment change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 01 Oct 1994 09:07:05 +0000 |
| parents | 0c6e2b5d3850 |
| children | 0088fa4ae1fa |
line wrap: on
line diff
--- 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];
