aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-04 09:52:51 -0700
committerPaul Eggert2012-07-04 09:52:51 -0700
commit356e7178d24ca37e1b75c68489117001229725fe (patch)
tree4c6fff04ece2c9285a8d2edba920815aac5ab086 /src/ChangeLog
parent95f61aa29aa5c38bbcb6f0f67741f0c04d21ba45 (diff)
downloademacs-356e7178d24ca37e1b75c68489117001229725fe.tar.gz
emacs-356e7178d24ca37e1b75c68489117001229725fe.zip
* alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
that causes compilation to fail on pre-C99 compilers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ba9afdc7efc..7f81f1e6b68 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
4 that causes compilation to fail on pre-C99 compilers.
5
12012-07-04 Juanma Barranquero <lekktu@gmail.com> 62012-07-04 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY) 8 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)