aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-15 11:43:04 -0700
committerPaul Eggert2011-03-15 11:43:04 -0700
commitda053e48b16db6fa8dedd72d9d7f80c392259193 (patch)
tree74b68758f893030b98e906398f735c3db25d8229 /src/ChangeLog
parent952db0d7ad3872dd675d23f7e60ae3298a8d8d52 (diff)
downloademacs-da053e48b16db6fa8dedd72d9d7f80c392259193.tar.gz
emacs-da053e48b16db6fa8dedd72d9d7f80c392259193.zip
* regex.c (regex_compile, re_match_2_internal): Mark locals as initialized.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e533b07d41a..2ebe327e326 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,7 @@
7 Remove unused local vars. 7 Remove unused local vars.
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 11
11 * search.c (boyer_moore): Rename locals to avoid shadowing. 12 * search.c (boyer_moore): Rename locals to avoid shadowing.
12 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise. 13 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.