aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-09-11 17:02:09 +0400
committerDmitry Antipov2014-09-11 17:02:09 +0400
commit20d362538021e154095f4b64f1b3505d3912fffd (patch)
treea24a88af341c388b1871b9e4dd3dcc5de2fe3f40 /src/ChangeLog
parent5d27b6b6689b610096ecf5ca136eaa89e38ce6b6 (diff)
downloademacs-20d362538021e154095f4b64f1b3505d3912fffd.tar.gz
emacs-20d362538021e154095f4b64f1b3505d3912fffd.zip
* lread.c (readevalloop_eager_expand_eval): Add GCPRO and fix
bootstrap broken if GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
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 05ec1514f42..202b5f22e9d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,9 @@
8 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, GCPRO7): 8 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, GCPRO7):
9 Minor restyle. If DEBUG_GCPRO, initialize extra fields. 9 Minor restyle. If DEBUG_GCPRO, initialize extra fields.
10 10
11 * lread.c (readevalloop_eager_expand_eval): Add GCPRO and fix
12 bootstrap broken if GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
13
112014-09-11 Paul Eggert <eggert@cs.ucla.edu> 142014-09-11 Paul Eggert <eggert@cs.ucla.edu>
12 15
13 Pacify --enable-gcc-warnings when no window system is used. 16 Pacify --enable-gcc-warnings when no window system is used.