aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-10-03 23:51:50 -0700
committerPaul Eggert2013-10-03 23:51:50 -0700
commit157fec2e190a84345138a0cc69e35f177c4d4a56 (patch)
treedc33f2ec3a79ddfb218d54642fbd909d6746e0e1 /src/ChangeLog
parent6cad7ba3b95684866a6dbcd56bb4d7cdde91bce4 (diff)
downloademacs-157fec2e190a84345138a0cc69e35f177c4d4a56.tar.gz
emacs-157fec2e190a84345138a0cc69e35f177c4d4a56.zip
* bytecode.c (exec_byte_code): Use some more volatile variables
to work around local variables getting clobbered by longjmp. Port to pre-C99, which doesn't allow decls after stmts.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 85411622ba1..4fae03d6965 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-10-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 * bytecode.c (exec_byte_code): Use some more volatile variables
4 to work around local variables getting clobbered by longjmp.
5 Port to pre-C99, which doesn't allow decls after stmts.
6
12013-10-03 Paul Eggert <eggert@cs.ucla.edu> 72013-10-03 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * lisp.h (eassert): Assume that COND is true when optimizing. 9 * lisp.h (eassert): Assume that COND is true when optimizing.