aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-08-19 13:02:24 -0700
committerPaul Eggert2012-08-19 13:02:24 -0700
commit22d7feb28c95cec0c940fc7b933491550730512b (patch)
treeff38893d862e205e530bcd7446649fb7f2db759e /src/ChangeLog
parent32bd425074e32184d3d4d9f985fd1a60814d78b2 (diff)
downloademacs-22d7feb28c95cec0c940fc7b933491550730512b.tar.gz
emacs-22d7feb28c95cec0c940fc7b933491550730512b.zip
* unexaix.c, unexcoff.c: Include "mem-limits.h".
(start_of_data): Remove decl; mem-limits.h provides it.
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 7f15a1a7921..e922ede7a0c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-08-19 Paul Eggert <eggert@cs.ucla.edu> 12012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * unexaix.c, unexcoff.c: Include "mem-limits.h".
4 (start_of_data): Remove decl; mem-limits.h provides it.
5
3 * xdisp.c (handle_invisible_prop): Make it a bit faster 6 * xdisp.c (handle_invisible_prop): Make it a bit faster
4 and avoid a gcc -Wmaybe-uninitialized diagnostic. 7 and avoid a gcc -Wmaybe-uninitialized diagnostic.
5 8