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 /nt | |
| 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 'nt')
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 1f13c17cfb6..5e5abf6b771 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * config.nt: Remove code depending on BSTRING. | ||
| 4 | |||
| 1 | 2010-06-03 Glenn Morris <rgm@gnu.org> | 5 | 2010-06-03 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * config.nt: Remove NOT_C_CODE tests, it is always true now. | 7 | * config.nt: Remove NOT_C_CODE tests, it is always true now. |
diff --git a/nt/config.nt b/nt/config.nt index c2a933ecbce..e3bb4792b70 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -347,14 +347,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 347 | 347 | ||
| 348 | #define my_strftime nstrftime /* for strftime.c */ | 348 | #define my_strftime nstrftime /* for strftime.c */ |
| 349 | 349 | ||
| 350 | /* The rest of the code currently tests the CPP symbol BSTRING. | ||
| 351 | Override any claims made by the system-description files. | ||
| 352 | Note that on some SCO version it is possible to have bcopy and not bcmp. */ | ||
| 353 | #undef BSTRING | ||
| 354 | #if defined (HAVE_BCOPY) && defined (HAVE_BCMP) | ||
| 355 | #define BSTRING | ||
| 356 | #endif | ||
| 357 | |||
| 358 | /* Non-ANSI C compilers usually don't have volatile. */ | 350 | /* Non-ANSI C compilers usually don't have volatile. */ |
| 359 | #ifndef HAVE_VOLATILE | 351 | #ifndef HAVE_VOLATILE |
| 360 | #ifndef __STDC__ | 352 | #ifndef __STDC__ |