mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Fix #if if.
This commit is contained in:
@ -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__)
|
||||
|
Reference in New Issue
Block a user