mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 07:07:22 -04:00
Fix #elif typo.
This commit is contained in:
parent
1fdbc8cc20
commit
72ecc222b7
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ typedef unsigned int slock_t;
|
|||
|
||||
#define HAS_TEST_AND_SET
|
||||
|
||||
#ifif defined(__m68k__)
|
||||
#elif defined(__m68k__)
|
||||
typedef unsigned char slock_t;
|
||||
|
||||
#define HAS_TEST_AND_SET
|
||||
|
|
|
|||
Loading…
Reference in a new issue