Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Apr 11 13:17:24 2010 -0700 +++ b/src/ChangeLog Sun Apr 11 14:43:28 2010 -0700 @@ -1,5 +1,13 @@ 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu> + 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. + Use autoconf, not cpp for some variables. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) (C_SWITCH_X_SITE): Define using autoconf, not cpp.