aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-08 16:30:33 -0800
committerPaul Eggert2011-02-08 16:30:33 -0800
commit64df8c10985095b9fe15b622da41cd45de8b9261 (patch)
treee63831b03c1766c58d7a73d26ed1d1ff1ef5af2b /lib-src/ChangeLog
parentbfcb151a965a2970f26161f24abd8aed59433fd6 (diff)
downloademacs-64df8c10985095b9fe15b622da41cd45de8b9261.tar.gz
emacs-64df8c10985095b9fe15b622da41cd45de8b9261.zip
* make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 40f6958703e..0f93941151e 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 * make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT.
4 This avoids collision with config.h's EMACS_INT on some
5 configurations. All uses changed.
6
12011-02-08 Tom Tromey <tromey@redhat.com> 72011-02-08 Tom Tromey <tromey@redhat.com>
2 8
3 * make-docfile.c: Unconditionally include stdlib.h. 9 * make-docfile.c: Unconditionally include stdlib.h.