comparison src/ChangeLog @ 107831:92451fdcc718

Remove C_SWITCH_SYSTEM_TEMACS. * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove. (malloc, realloc, free): Use emacs, not temacs for conditional definition. * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove. (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 11 Apr 2010 14:43:28 -0700
parents f008e626c316
children 1238265da61e
comparison
equal deleted inserted replaced
107830:3879f5eab4e9 107831:92451fdcc718
1 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu> 1 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Remove C_SWITCH_SYSTEM_TEMACS.
4 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
5 (malloc, realloc, free): Use emacs, not temacs for conditional
6 definition.
7
8 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
9 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
2 10
3 Use autoconf, not cpp for some variables. 11 Use autoconf, not cpp for some variables.
4 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) 12 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
5 (C_SWITCH_X_SITE): Define using autoconf, not cpp. 13 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
6 (ALL_CFLAGS): Use them as make variables. 14 (ALL_CFLAGS): Use them as make variables.