aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-11-08 12:15:17 -0800
committerPaul Eggert2011-11-08 12:15:17 -0800
commitac6b1f816a09c514f25b26e6236cf8b82b5a777d (patch)
tree47d85ea9d132d25cc5eaf0467129a615e11aa50c /src/ChangeLog
parent09db192c23bc7205341a075b41d101a7bdf786ed (diff)
downloademacs-ac6b1f816a09c514f25b26e6236cf8b82b5a777d.tar.gz
emacs-ac6b1f816a09c514f25b26e6236cf8b82b5a777d.zip
* s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1325dd20bb2..04e58e4742f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-11-08 Paul Eggert <eggert@cs.ucla.edu> 12011-11-08 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
4
52011-11-08 Paul Eggert <eggert@cs.ucla.edu>
6
3 Avoid some portability problems by eschewing 'extern inline' functions. 7 Avoid some portability problems by eschewing 'extern inline' functions.
4 The trivial performance wins aren't worth the portability hassles; see 8 The trivial performance wins aren't worth the portability hassles; see
5 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html> 9 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>