comparison src/ChangeLog @ 110906:b9752b72e1ee

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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 10 Oct 2010 08:49:31 -0700
parents 158de1f7d257
children 1ccdcdef34fc
comparison
equal deleted inserted replaced
110905:158de1f7d257 110906:b9752b72e1ee
1 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu> 1 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vm-limit.c:
4 * unexhp9k800.c:
5 * unexelf.c:
6 * unexaix.c:
7 * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
2 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
6 * Makefile.in: Use $(...) everywhere instead of ${...} 12 * Makefile.in: Use $(...) everywhere instead of ${...}