Commit 09dfed40 authored by Bruce Momjian's avatar Bruce Momjian

Cleanup backslashes.

parent a2a0842d
...@@ -7,7 +7,7 @@ ...@@ -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); ...@@ -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\ ...@@ -381,7 +381,7 @@ success: \n\
"); ");
} }
#define S_LOCK(lock) do \ #define S_LOCK(lock) do \
{ \ { \
while (tas(lock)) \ while (tas(lock)) \
; \ ; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment