diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-10-26 00:27:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-10-26 00:27:59 +0000 |
commit | 72ecc222b75720c12a84faf53a326a71e79521e5 (patch) | |
tree | b94630b94500de4d4bf87ab37e98a188402d9398 /src | |
parent | 1fdbc8cc20f692c832797c5fc39854b230e6676a (diff) | |
download | postgresql-72ecc222b75720c12a84faf53a326a71e79521e5.tar.gz postgresql-72ecc222b75720c12a84faf53a326a71e79521e5.zip |
Fix #elif typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/port/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h index 0453347dac3..03fa6c0edd1 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -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 |