aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-16 13:27:04 -0700
committerPaul Eggert2011-04-16 13:27:04 -0700
commitcad590324875d0ca862ced3421d220600b9f77d2 (patch)
treeaa12770472f75592d1dffa3b5883fcaf5ddae575 /src/ChangeLog
parentc339dc2e7e86248a60f484ccdca228ed68826c0b (diff)
downloademacs-cad590324875d0ca862ced3421d220600b9f77d2.tar.gz
emacs-cad590324875d0ca862ced3421d220600b9f77d2.zip
* keyboard.c (read_char): Make a var volatile so longjmp won't clobber
it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d555e74c219..a2848ead2cc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-04-16 Paul Eggert <eggert@cs.ucla.edu> 12011-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
4 it.
5
3 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used, 6 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
4 so that we aren't warned about unused symbols. 7 so that we aren't warned about unused symbols.
5 8