aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-26 22:24:53 -0700
committerDan Nicolaescu2010-04-26 22:24:53 -0700
commited6281b066a0c183b3bdd8473dd412ca72cb173e (patch)
tree908f94a409e601f755b0c6da347612db9a48ad00 /src/ChangeLog
parentaaa36002bef7223e1dce0b0431d54f728ef589ba (diff)
downloademacs-ed6281b066a0c183b3bdd8473dd412ca72cb173e.tar.gz
emacs-ed6281b066a0c183b3bdd8473dd412ca72cb173e.zip
Reduce CPP usage.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove definitions and undefs. Inline definitions in the only user. (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf. * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf. * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf. * configure.in (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
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 dbcb185deb8..53d11c87a63 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,9 @@
3 Reduce CPP usage. 3 Reduce CPP usage.
4 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user. 4 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
5 (obj): Use autoconf for unexec instead of cpp. 5 (obj): Use autoconf for unexec instead of cpp.
6 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
7 definitions and undefs. Inline definitions in the only user.
8 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
6 9
72010-04-27 Glenn Morris <rgm@gnu.org> 102010-04-27 Glenn Morris <rgm@gnu.org>
8 11