mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Missed the __alpha__ to __alpha change...
From: David Gould <dg@illustra.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#if defined(PPC)
|
||||
typedef unsigned int slock_t;
|
||||
|
||||
#elif defined(__alpha__)
|
||||
#elif defined(__alpha)
|
||||
typedef long int slock_t;
|
||||
|
||||
#else /* i386 probably */
|
||||
|
||||
Reference in New Issue
Block a user