aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-16 14:28:14 -0700
committerPaul Eggert2011-04-16 14:28:14 -0700
commit875975e94dae06f2da4c1e0ad5bdc4cfd5b5f449 (patch)
treeae77bbcbfa0232fb226bf84df5076139a6b2efe3 /src/ChangeLog
parente264f2620be29b32f02b529847dfd6621ca4a7f9 (diff)
downloademacs-875975e94dae06f2da4c1e0ad5bdc4cfd5b5f449.tar.gz
emacs-875975e94dae06f2da4c1e0ad5bdc4cfd5b5f449.zip
* xfaces.c (USG, __TIMEVAL__): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a11562b4d7a..ec43b7b2f72 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier 3 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
4 by pacifying GCC about it. Maybe it's time to retire it? 4 by pacifying GCC about it. Maybe it's time to retire it?
5 * xfaces.c (USG, __TIMEVAL__): Likewise.
5 6
6 * dispextern.h (struct redisplay_interface): Rename param 7 * dispextern.h (struct redisplay_interface): Rename param
7 to avoid shadowing. 8 to avoid shadowing.