aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-10-10 08:49:31 -0700
committerDan Nicolaescu2010-10-10 08:49:31 -0700
commitedfd76ce9129a09cc5c338254127514fd0aea4be (patch)
tree6d0f26a0f5e8b81f7f35565ed06b6483ce0663e7 /src/ChangeLog
parenta4daeecfef2bf5822f2b514b2878391b90edf741 (diff)
downloademacs-edfd76ce9129a09cc5c338254127514fd0aea4be.tar.gz
emacs-edfd76ce9129a09cc5c338254127514fd0aea4be.zip
Remove #ifdef emacs / #ifndef emacs code, unused.
* src/vm-limit.c: * src/unexhp9k800.c: * src/unexelf.c: * src/unexaix.c: * src/termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2e0aeef2971..e2c92031659 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12010-10-10 Dan Nicolaescu <dann@ics.uci.edu> 12010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * vm-limit.c:
4 * unexhp9k800.c:
5 * unexelf.c:
6 * unexaix.c:
7 * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
8
3 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line. 9 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
4 (PROFILING_LDFLAGS): Remove, not needed anymore. 10 (PROFILING_LDFLAGS): Remove, not needed anymore.
5 11