(regex_compile): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Tue, 24 Oct 2000 08:27:34 +0000 (08:27 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 24 Oct 2000 08:27:34 +0000 (08:27 +0000)
regex.c

diff --git a/regex.c b/regex.c
index 1f6b8a2..18ad636 100644 (file)
--- a/regex.c
+++ b/regex.c
@@ -2610,7 +2610,7 @@ regex_compile (pattern, size, syntax, bufp)
                            
                            SET_RANGE_TABLE_WORK_AREA (range_table_work,
                                                       c2, c1);
-                           c1 = 377;
+                           c1 = 0377;
                          }
                      }
                    else if (!SAME_CHARSET_P (c, c1))