Mercurial > emacs
changeset 108543:2cfa49f6fadb
* s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 13 May 2010 19:28:28 -0700 |
parents | f69005ce0acc |
children | 0989e87620a6 |
files | src/ChangeLog src/s/netbsd.h |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu May 13 17:33:11 2010 -0500 +++ b/src/ChangeLog Thu May 13 19:28:28 2010 -0700 @@ -1,3 +1,7 @@ +2010-05-14 Glenn Morris <rgm@gnu.org> + + * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM). + 2010-05-13 Glenn Morris <rgm@gnu.org> * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
--- a/src/s/netbsd.h Thu May 13 17:33:11 2010 -0500 +++ b/src/s/netbsd.h Thu May 13 19:28:28 2010 -0700 @@ -26,8 +26,6 @@ #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) -#define AMPERSAND_FULL_NAME - /* On post 1.3 releases of NetBSD, gcc -nostdlib also clears the library search parth, i.e. it won't search /usr/lib for libc and friends. Using -nostartfiles instead avoids