From: Kenichi Handa Date: Tue, 24 Oct 2000 08:27:34 +0000 (+0000) Subject: (regex_compile): Fix previous change. X-Git-Tag: emacs-pretest-21.0.90~638 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=333526e0f4a3ea95dcc6a98b26238d27670c1818;p=emacs.git (regex_compile): Fix previous change. --- diff --git a/src/regex.c b/src/regex.c index 1f6b8a2c1ca..18ad636523c 100644 --- a/src/regex.c +++ b/src/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))