From 3085237cdc02088dc5ffbdda813b768970592d1e Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 6 Jun 2010 01:57:39 -0700 Subject: 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. --- nt/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nt/ChangeLog') diff --git a/nt/ChangeLog b/nt/ChangeLog index 1f13c17cfb6..5e5abf6b771 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2010-06-06 Dan Nicolaescu + + * config.nt: Remove code depending on BSTRING. + 2010-06-03 Glenn Morris * config.nt: Remove NOT_C_CODE tests, it is always true now. -- cgit v1.2.1