diff options
| author | Dan Nicolaescu | 2008-07-16 07:42:41 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-16 07:42:41 +0000 |
| commit | ff841b30477121505bd4cb5428d882cf8414081f (patch) | |
| tree | cb67f30db3168a54ec6899be2321509b3546e481 /src/ChangeLog | |
| parent | 0176a2592bb3a6e3c2d306ed0859c3c2c4c95762 (diff) | |
| download | emacs-ff841b30477121505bd4cb5428d882cf8414081f.tar.gz emacs-ff841b30477121505bd4cb5428d882cf8414081f.zip | |
* m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2f58e35d9dd..f3cb107438e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. | ||
| 4 | Remove boilerplate comments. | ||
| 5 | * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. | ||
| 6 | Remove boilerplate comments. | ||
| 7 | * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default. | ||
| 8 | Remove boilerplate comments. | ||
| 9 | * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally. | ||
| 10 | |||
| 11 | * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove | ||
| 12 | if 0-ed code. | ||
| 13 | (baud_convert): Don't depend on BAUD_CONVERT, all definitions the | ||
| 14 | were the same as the default. | ||
| 15 | |||
| 3 | * m/ibms390.h: | 16 | * m/ibms390.h: |
| 4 | * m/intel386.h: | 17 | * m/intel386.h: |
| 5 | * m/m68k.h: | 18 | * m/m68k.h: |