diff options
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. |