diff options
| author | Dan Nicolaescu | 2008-07-16 07:45:52 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-16 07:45:52 +0000 |
| commit | c7607b94f52c04bcc4e1e8b00ce954c9e34c3e19 (patch) | |
| tree | 8d84d5379ef49e50fa966cb3fc06f2c974b1bdb5 /src/ChangeLog | |
| parent | 2c369af74f77c013250f3f7ba2cca52abb941e39 (diff) | |
| download | emacs-c7607b94f52c04bcc4e1e8b00ce954c9e34c3e19.tar.gz emacs-c7607b94f52c04bcc4e1e8b00ce954c9e34c3e19.zip | |
* sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove
if 0-ed code.
(baud_convert): Don't depend on BAUD_CONVERT, all definitions the
were the same as the default.
* s/vms.h (BAUD_CONVERT): Remove, same as the default.
Remove boilerplate comments.
* s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
(HAVE_SYSVIPC): Remove, unused.
(LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f3cb107438e..e121a7625f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove | ||
| 4 | if 0-ed code. | ||
| 5 | (baud_convert): Don't depend on BAUD_CONVERT, all definitions the | ||
| 6 | were the same as the default. | ||
| 7 | * s/vms.h (BAUD_CONVERT): Remove, same as the default. | ||
| 8 | Remove boilerplate comments. | ||
| 9 | * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default. | ||
| 10 | (HAVE_SYSVIPC): Remove, unused. | ||
| 11 | (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore. | ||
| 12 | |||
| 3 | * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. | 13 | * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. |
| 4 | Remove boilerplate comments. | 14 | Remove boilerplate comments. |
| 5 | * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. | 15 | * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. |
| @@ -8,11 +18,6 @@ | |||
| 8 | Remove boilerplate comments. | 18 | Remove boilerplate comments. |
| 9 | * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally. | 19 | * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally. |
| 10 | 20 | ||
| 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 | |||
| 16 | * m/ibms390.h: | 21 | * m/ibms390.h: |
| 17 | * m/intel386.h: | 22 | * m/intel386.h: |
| 18 | * m/m68k.h: | 23 | * m/m68k.h: |