diff options
| author | Kenichi Handa | 2000-10-24 08:27:34 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-10-24 08:27:34 +0000 |
| commit | 333526e0f4a3ea95dcc6a98b26238d27670c1818 (patch) | |
| tree | ab15c5ca51e32aea9c806d5706406678347417e5 /src | |
| parent | 3ff2446d4688a715535066448922b1f6e9e95431 (diff) | |
| download | emacs-333526e0f4a3ea95dcc6a98b26238d27670c1818.tar.gz emacs-333526e0f4a3ea95dcc6a98b26238d27670c1818.zip | |
(regex_compile): Fix previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 2 |
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) | |||
| 2610 | 2610 | ||
| 2611 | SET_RANGE_TABLE_WORK_AREA (range_table_work, | 2611 | SET_RANGE_TABLE_WORK_AREA (range_table_work, |
| 2612 | c2, c1); | 2612 | c2, c1); |
| 2613 | c1 = 377; | 2613 | c1 = 0377; |
| 2614 | } | 2614 | } |
| 2615 | } | 2615 | } |
| 2616 | else if (!SAME_CHARSET_P (c, c1)) | 2616 | else if (!SAME_CHARSET_P (c, c1)) |