summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian2003-12-22 23:39:53 +0000
committerBruce Momjian2003-12-22 23:39:53 +0000
commit9114cb1c5f09f6a006c2b228281c31cd0909bcd4 (patch)
tree5b564f86c7cde874d8518f874243bf8bf1d4a5f2 /src/include
parentb731d04101072e7d720c79bd32a0eda80411901c (diff)
This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc ||
__sparc__.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/port/bsdi.h1
-rw-r--r--src/include/port/freebsd.h1
-rw-r--r--src/include/port/netbsd.h1
-rw-r--r--src/include/port/openbsd.h1
4 files changed, 0 insertions, 4 deletions
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