summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/s_lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/buffer/s_lock.c')
-rw-r--r--src/backend/storage/buffer/s_lock.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/backend/storage/buffer/s_lock.c b/src/backend/storage/buffer/s_lock.c
index 788d67dae55..4dd30080125 100644
--- a/src/backend/storage/buffer/s_lock.c
+++ b/src/backend/storage/buffer/s_lock.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.18 1999/03/14 16:03:00 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.19 1999/05/25 16:11:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -100,7 +100,8 @@ s_lock(volatile slock_t *lock, const char *file, const int line)
#if defined(__m68k__)
static void
-tas_dummy() /* really means: extern int tas(slock_t **lock); */
+ tas_dummy() /* really means: extern int tas(slock_t
+ * **lock); */
{
__asm__(" \n\
.global _tas \n\
@@ -163,7 +164,8 @@ fail: \n\
j $31 \n\
");
}
-#endif /* __mips */
+
+#endif /* __mips */
#else /* defined(__GNUC__) */
/***************************************************************************