mirror of
https://github.com/postgres/postgres.git
synced 2025-06-12 00:01:43 -04:00
Remove extra paren in __alpha so it compiles.
This commit is contained in:
parent
6bccf64d7b
commit
2e12331d42
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.33 1998/05/04 23:49:17 scrappy Exp $
|
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.34 1998/05/06 23:25:14 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -129,7 +129,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if (defined(__alpha)
|
#if defined(__alpha)
|
||||||
/*
|
/*
|
||||||
* OSF/1 (Alpha AXP)
|
* OSF/1 (Alpha AXP)
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user