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

Commit 6825981

Browse files
committed
Get rid of /*-inside-comment warning. My fault.
1 parent be8eafa commit 6825981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/s_lock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6767
* Portions Copyright (c) 1994, Regents of the University of California
6868
*
69-
* $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.130 2004/09/24 00:21:29 tgl Exp $
69+
* $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.131 2004/09/24 01:48:43 tgl Exp $
7070
*
7171
*-------------------------------------------------------------------------
7272
*/
@@ -658,7 +658,7 @@ typedef unsigned char slock_t;
658658
#endif
659659

660660

661-
/* out-of-line assembler from src/backend/port/tas/*.s */
661+
/* out-of-line assembler from src/backend/port/tas/foo.s */
662662

663663
#if defined(__sun) && defined(__i386)
664664
/*

0 commit comments

Comments
 (0)