1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-06 13:46:51 +03:00

Cleanup backslashes.

This commit is contained in:
Bruce Momjian
1997-09-22 18:14:25 +00:00
parent a2a0842d1c
commit 09dfed4022

View File

@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.4 1997/09/22 15:59:19 momjian Exp $ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.5 1997/09/22 18:14:25 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@@ -146,7 +146,7 @@ static int tas(slock_t *lock);
#define S_LOCK(lock) do \ #define S_LOCK(lock) do \
{ \ { \
while (cs((int *) (lock), 0, 1)) \ while (cs((int *) (lock), 0, 1)) \
; \ ; \
} while (0) } while (0)
@@ -381,7 +381,7 @@ success: \n\
"); ");
} }
#define S_LOCK(lock) do \ #define S_LOCK(lock) do \
{ \ { \
while (tas(lock)) \ while (tas(lock)) \
; \ ; \