aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-19 14:30:52 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-19 14:30:52 +0000
commitbe1851902ab73a3f2599c2a5c8cdf7da8d0800e0 (patch)
treed6b3149eda2c4129bf2c3f8c0db4821d4734a342
parent9f0ffa22417e47bca7655b809bd043dad4ac4601 (diff)
downloadpostgresql-be1851902ab73a3f2599c2a5c8cdf7da8d0800e0.tar.gz
postgresql-be1851902ab73a3f2599c2a5c8cdf7da8d0800e0.zip
Fix #if if.
-rw-r--r--src/include/port/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h
index eed59333e09..6a09cb1f4af 100644
--- a/src/include/port/linux.h
+++ b/src/include/port/linux.h
@@ -8,7 +8,7 @@
#define USE_POSIX_TIME
#define HAS_TEST_AND_SET
-#if if defined(__i386__)
+#if defined(__i386__)
typedef unsigned char slock_t;
#elif defined(__powerpc__)