Fix #if if.

This commit is contained in:
Bruce Momjian 1999-07-19 14:30:52 +00:00
parent 9f0ffa2241
commit be1851902a
1 changed files with 1 additions and 1 deletions

View 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__)