diff options
| author | Stefan Monnier | 2010-10-15 17:55:33 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-10-15 17:55:33 -0400 |
| commit | 0c747cb143fa227e78f350ac353d703f489209df (patch) | |
| tree | 5b434055c797bd75eaa1e3d9d0773e586d44daee /src/regex.c | |
| parent | a01a7932080e8a6e7bc8472c58cefabcc2c37df3 (diff) | |
| parent | aa095b2db98ae149737f8de00ee733b1d257ed33 (diff) | |
| download | emacs-0c747cb143fa227e78f350ac353d703f489209df.tar.gz emacs-0c747cb143fa227e78f350ac353d703f489209df.zip | |
Merge from trunk
Diffstat (limited to 'src/regex.c')
| -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 b563d93fe29..17158552a95 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -4089,7 +4089,7 @@ analyse_first (const re_char *p, const re_char *pend, char *fastmap, const int m | |||
| 4089 | && match_any_multibyte_characters == false) | 4089 | && match_any_multibyte_characters == false) |
| 4090 | { | 4090 | { |
| 4091 | /* Set fastmap[I] to 1 where I is a leading code of each | 4091 | /* Set fastmap[I] to 1 where I is a leading code of each |
| 4092 | multibyte characer in the range table. */ | 4092 | multibyte character in the range table. */ |
| 4093 | int c, count; | 4093 | int c, count; |
| 4094 | unsigned char lc1, lc2; | 4094 | unsigned char lc1, lc2; |
| 4095 | 4095 | ||