Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3af2827

Browse files
committed
This somehow gets moot. Is there a way to make gcc reject those comments?
Andreas
1 parentf27da05 commit3af2827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/varbit.c

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp