changeset 313:9cf2ec9abdb7

Comment change.
author Richard Stallman <rms@gnu.org>
date Sat, 01 Oct 1994 09:07:05 +0000
parents 7f925f65165f
children 2a9addedba6a
files regex.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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];