Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0ebb238

Browse files
committed
backslash for portability, from Andreas Zeugswetter
1 parent d0ffbe2 commit 0ebb238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/s_lock.h

+2-2
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.53 1998/10/02 15:38:04 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.54 1998/10/27 17:47:51 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -175,7 +175,7 @@ static __inline__ int
175175
tas(volatile slock_t *lock)
176176
{
177177
register _res;
178-
__asm__("sbitb 0, %0
178+
__asm__("sbitb 0, %0 \
179179
sfsd %1"
180180
: "=m"(*lock), "=r"(_res));
181181
return (int) _res;

0 commit comments

Comments
 (0)