diff options
| author | Dan Nicolaescu | 2010-06-06 01:57:39 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-06 01:57:39 -0700 |
| commit | 3085237cdc02088dc5ffbdda813b768970592d1e (patch) | |
| tree | d5c8d090e20ad5f05374f07f11cf413b523f40b7 /ChangeLog | |
| parent | eccdfe5fd18f4b573e9eada179242c513b3024b1 (diff) | |
| download | emacs-3085237cdc02088dc5ffbdda813b768970592d1e.tar.gz emacs-3085237cdc02088dc5ffbdda813b768970592d1e.zip | |
Remove BSTRING related code, all platforms define it.
* src/s/usg5-4.h (BSTRING): Remove definition.
* src/s/template.h (BSTRING):
* src/s/msdos.h (BSTRING):
* src/s/ms-w32.h (BSTRING):
* src/s/hpux10-20.h (BSTRING):
* src/s/gnu-linux.h (BSTRING):
* src/s/darwin.h (BSTRING):
* src/s/cygwin.h (BSTRING):
* src/s/bsd-common.h (BSTRING):
* src/s/aix4-2.h (BSTRING): Likewise.
* src/sysdep.c: Remove code depending on BSTRING not being defined.
* configure.in: Remove code dealing with BSTRING.
* lib-src/ntlib.h: Remove code dealing with BSTRING.
* nt/config.nt: Remove code depending on BSTRING.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * configure.in: Remove code dealing with BSTRING. | ||
| 4 | |||
| 1 | 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * configure.in (AC_PREREQ): Require autoconf 2.65. | 7 | * configure.in (AC_PREREQ): Require autoconf 2.65. |