diff options
| author | Paul Eggert | 2011-03-15 11:53:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-15 11:53:29 -0700 |
| commit | b313f9d86378db4dd4619923572b07513c53ceac (patch) | |
| tree | 3e6564454a56d36d1f2922267f319830f2ee7603 /src/ChangeLog | |
| parent | da053e48b16db6fa8dedd72d9d7f80c392259193 (diff) | |
| download | emacs-b313f9d86378db4dd4619923572b07513c53ceac.tar.gz emacs-b313f9d86378db4dd4619923572b07513c53ceac.zip | |
* regex.c (RETALLOC_IF): Define only if needed.
(WORDCHAR_P): Likewise. This one is never needed, but is used
only in a comment talking about a compiler bug, so put inside
the #if 0 of that comment.
(CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
(PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
Remove; unused.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2ebe327e326..706612da945 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,13 @@ | |||
| 8 | (FREE_VAR): Rewrite so as not to use empty "else", | 8 | (FREE_VAR): Rewrite so as not to use empty "else", |
| 9 | which gcc can warn about. | 9 | which gcc can warn about. |
| 10 | (regex_compile, re_match_2_internal): Mark locals as initialized. | 10 | (regex_compile, re_match_2_internal): Mark locals as initialized. |
| 11 | (RETALLOC_IF): Define only if needed. | ||
| 12 | (WORDCHAR_P): Likewise. This one is never needed, but is used | ||
| 13 | only in a comment talking about a compiler bug, so put inside | ||
| 14 | the #if 0 of that comment. | ||
| 15 | (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK): | ||
| 16 | (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING): | ||
| 17 | Remove; unused. | ||
| 11 | 18 | ||
| 12 | * search.c (boyer_moore): Rename locals to avoid shadowing. | 19 | * search.c (boyer_moore): Rename locals to avoid shadowing. |
| 13 | * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise. | 20 | * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise. |