mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Fix #elif typo.
This commit is contained in:
@ -43,7 +43,7 @@ typedef unsigned int slock_t;
|
|||||||
|
|
||||||
#define HAS_TEST_AND_SET
|
#define HAS_TEST_AND_SET
|
||||||
|
|
||||||
#ifif defined(__m68k__)
|
#elif defined(__m68k__)
|
||||||
typedef unsigned char slock_t;
|
typedef unsigned char slock_t;
|
||||||
|
|
||||||
#define HAS_TEST_AND_SET
|
#define HAS_TEST_AND_SET
|
||||||
|
Reference in New Issue
Block a user