aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-10 17:01:21 -0700
committerPaul Eggert2012-07-10 17:01:21 -0700
commit22ffb97351d1081558c070a3c134d2be99993df6 (patch)
tree16bda44878b33d2ef8ff039ffcb5cc8d407da977 /src/ChangeLog
parente9a9ae0350689d352c2bdfa3af0eb722f587b966 (diff)
downloademacs-22ffb97351d1081558c070a3c134d2be99993df6.tar.gz
emacs-22ffb97351d1081558c070a3c134d2be99993df6.zip
Remove "#define unix" that is no longer needed (Bug#11905).
Merge from gnulib to make "#define unix" unnecessary, incorporating: 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft 2012-07-09 getopt: Simplify after Emacs changed. * src/s/aix4-2.h (unix): Remove; no longer needed.
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 de56d4160a7..0c98c0b356d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-07-10 Paul Eggert <eggert@cs.ucla.edu> 12012-07-10 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Remove "#define unix" that is no longer needed (Bug#11905).
4 * s/aix4-2.h (unix): Remove; no longer needed.
5
3 EMACS_TIME simplification (Bug#11875). 6 EMACS_TIME simplification (Bug#11875).
4 This replaces macros (which typically do not work in GDB) 7 This replaces macros (which typically do not work in GDB)
5 with functions, typedefs and enums, making the code easier to debug. 8 with functions, typedefs and enums, making the code easier to debug.