Skip to content

Commit 2e12331

Browse files
committed
Remove extra paren in __alpha so it compiles.
1 parent 6bccf64 commit 2e12331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/s_lock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.33 1998/05/04 23:49:17 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.34 1998/05/06 23:25:14 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -129,7 +129,7 @@
129129

130130

131131

132-
#if (defined(__alpha)
132+
#if defined(__alpha)
133133
/*
134134
* OSF/1 (Alpha AXP)
135135
*

0 commit comments

Comments
 (0)