1
0
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:
Marc G. Fournier
1998-05-04 23:49:17 +00:00
parent c73e186948
commit f9322c66d3
3 changed files with 9 additions and 9 deletions

View File

@@ -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 */