summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-03-17 23:25:25 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-03-17 23:25:25 -0700
commitc4fc4e301ecaeb98bd3041ca2ce7a106cafefef1 (patch)
tree70fc2b2418840aec787fbd8f2425f04b22b77181 /src/ChangeLog
parent918436ed33aa8c600281c36454f8519df9a4147d (diff)
* region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index db115bdbfd7..aa9de9deacb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
2011-03-18 Paul Eggert <eggert@cs.ucla.edu>
+ * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
+
* region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
* callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.