summaryrefslogtreecommitdiff
path: root/src/include/port/bsdi.h
diff options
context:
space:
mode:
authorBruce Momjian1999-07-13 20:00:37 +0000
committerBruce Momjian1999-07-13 20:00:37 +0000
commit540c114225c868d06a856836f1f7734c58f6dfef (patch)
treebda0e5f38d0c7792a8a3d8491096c1e7ba34414e /src/include/port/bsdi.h
parent0ab1c117e8ab73acf4e71e42ca874da872522134 (diff)
Redefine cpu's as __cpu__. Only for 6.6 branch.
Diffstat (limited to 'src/include/port/bsdi.h')
-rw-r--r--src/include/port/bsdi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port/bsdi.h b/src/include/port/bsdi.h
index 617ef6768ae..cef69b8dc54 100644
--- a/src/include/port/bsdi.h
+++ b/src/include/port/bsdi.h
@@ -1,7 +1,7 @@
-#if defined(i386)
+#if defined(__i386__)
#define NEED_I386_TAS_ASM
#endif
-#if defined(sparc)
+#if defined(__sparc__)
#define NEED_SPARC_TAS_ASM
#endif
#define USE_POSIX_TIME