]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
authorGlenn Morris <rgm@gnu.org>
Fri, 14 May 2010 02:28:28 +0000 (19:28 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 14 May 2010 02:28:28 +0000 (19:28 -0700)
src/ChangeLog
src/s/netbsd.h

index b58bc51d08e706aa29829a4ce364b5759a63de01..e7f429344fb20b909b65ec4c8770a84155ed7c00 100644 (file)
@@ -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.
index b8df9014ecc402069000e94969bc15b19f9c0f02..4874ec9af56abde2f67c40386c52a231163bcca6 100644 (file)
@@ -26,8 +26,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #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