From 682598139e271acba862dfaf5c4d53ef08316c8a Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Fri, 24 Sep 2004 01:48:43 +0000
Subject: [PATCH] Get rid of /*-inside-comment warning.  My fault.

---
 src/include/storage/s_lock.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h
index 4bf1445d23a..5e504b36e04 100644
--- a/src/include/storage/s_lock.h
+++ b/src/include/storage/s_lock.h
@@ -66,7 +66,7 @@
  * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *	  $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.130 2004/09/24 00:21:29 tgl Exp $
+ *	  $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.131 2004/09/24 01:48:43 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -658,7 +658,7 @@ typedef unsigned char slock_t;
 #endif
 
 
-/* out-of-line assembler from src/backend/port/tas/*.s */
+/* out-of-line assembler from src/backend/port/tas/foo.s */
 
 #if defined(__sun) && defined(__i386)
 /*
-- 
GitLab