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

Commit 3af2827

Browse files
committed
This somehow gets moot. Is there a way to make gcc reject those comments?
Andreas
1 parent f27da05 commit 3af2827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/adt/varbit.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/varbit.c,v 1.10 2000/10/31 10:22:11 petere Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/varbit.c,v 1.11 2000/11/07 11:35:16 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -1212,7 +1212,7 @@ bitposition(PG_FUNCTION_ARGS)
12121212
is_match = ((cmp ^ *p) & mask1) == 0;
12131213
if (!is_match)
12141214
break;
1215-
// Move on to the next byte
1215+
/* Move on to the next byte */
12161216
p++;
12171217
if (p == VARBITEND(arg)) {
12181218
mask2 = end_mask << (BITS_PER_BYTE - is);

0 commit comments

Comments
 (0)