summaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-10-24 08:27:34 +0000
committerKenichi Handa <handa@m17n.org>2000-10-24 08:27:34 +0000
commit333526e0f4a3ea95dcc6a98b26238d27670c1818 (patch)
treeab15c5ca51e32aea9c806d5706406678347417e5 /src/regex.c
parent3ff2446d4688a715535066448922b1f6e9e95431 (diff)
downloademacs-333526e0f4a3ea95dcc6a98b26238d27670c1818.tar.gz
emacs-333526e0f4a3ea95dcc6a98b26238d27670c1818.tar.bz2
emacs-333526e0f4a3ea95dcc6a98b26238d27670c1818.zip
(regex_compile): Fix previous change.
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
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))