From 9114cb1c5f09f6a006c2b228281c31cd0909bcd4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 22 Dec 2003 23:39:53 +0000 Subject: This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc || __sparc__. --- src/include/port/bsdi.h | 1 - src/include/port/freebsd.h | 1 - src/include/port/netbsd.h | 1 - src/include/port/openbsd.h | 1 - 4 files changed, 4 deletions(-) (limited to 'src/include') diff --git a/src/include/port/bsdi.h b/src/include/port/bsdi.h index c1ec729d81f..467c74382c6 100644 --- a/src/include/port/bsdi.h +++ b/src/include/port/bsdi.h @@ -6,7 +6,6 @@ typedef unsigned char slock_t; typedef unsigned int slock_t; #endif #if defined(__sparc__) -#define NEED_SPARC_TAS_ASM typedef unsigned char slock_t; #endif diff --git a/src/include/port/freebsd.h b/src/include/port/freebsd.h index 386584e9a31..5c5b77ede96 100644 --- a/src/include/port/freebsd.h +++ b/src/include/port/freebsd.h @@ -10,7 +10,6 @@ typedef unsigned int slock_t; #endif #if defined(__sparc__) -#define NEED_SPARC_TAS_ASM #define HAS_TEST_AND_SET typedef unsigned char slock_t; #endif diff --git a/src/include/port/netbsd.h b/src/include/port/netbsd.h index 386584e9a31..5c5b77ede96 100644 --- a/src/include/port/netbsd.h +++ b/src/include/port/netbsd.h @@ -10,7 +10,6 @@ typedef unsigned int slock_t; #endif #if defined(__sparc__) -#define NEED_SPARC_TAS_ASM #define HAS_TEST_AND_SET typedef unsigned char slock_t; #endif diff --git a/src/include/port/openbsd.h b/src/include/port/openbsd.h index 386584e9a31..5c5b77ede96 100644 --- a/src/include/port/openbsd.h +++ b/src/include/port/openbsd.h @@ -10,7 +10,6 @@ typedef unsigned int slock_t; #endif #if defined(__sparc__) -#define NEED_SPARC_TAS_ASM #define HAS_TEST_AND_SET typedef unsigned char slock_t; #endif -- cgit v1.2.3