diff options
| author | Dan Nicolaescu | 2010-04-11 14:43:28 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-11 14:43:28 -0700 |
| commit | b1f5216132ed2d54f5a41f5e68fbc374551f8d2e (patch) | |
| tree | 5292acf61527fa333e885351d455ccb628da7c61 /src/ChangeLog | |
| parent | 76bd82023f5cc53d6ca40f33d87a10c26e5e9821 (diff) | |
| download | emacs-b1f5216132ed2d54f5a41f5e68fbc374551f8d2e.tar.gz emacs-b1f5216132ed2d54f5a41f5e68fbc374551f8d2e.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3813ba047dd..6f9642e606d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 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. | ||
| 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. |