OSDN Git Service

Fix #if if.
authorBruce Momjian <bruce@momjian.us>
Mon, 19 Jul 1999 14:30:52 +0000 (14:30 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 19 Jul 1999 14:30:52 +0000 (14:30 +0000)
src/include/port/linux.h

index eed5933..6a09cb1 100644 (file)
@@ -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__)