| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at> |
| Cc: | "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Again please no // comments !!!!!!!! |
| Date: | 2000-11-07 11:36:24 |
| Message-ID: | 200011071136.GAA11629@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Applied.
[ Charset ISO-8859-1 unsupported, converting... ]
> This somehow gets moot. Is there a way to make gcc reject those comments ?
>
> Andreas
>
> *** ./src/backend/utils/adt/varbit.c.orig Wed Nov 1 10:00:22 2000
> --- ./src/backend/utils/adt/varbit.c Tue Nov 7 11:07:28 2000
> ***************
> *** 1212,1218 ****
> is_match = ((cmp ^ *p) & mask1) == 0;
> if (!is_match)
> break;
> ! // Move on to the next byte
> p++;
> if (p == VARBITEND(arg)) {
> mask2 = end_mask << (BITS_PER_BYTE - is);
> --- 1212,1218 ----
> is_match = ((cmp ^ *p) & mask1) == 0;
> if (!is_match)
> break;
> ! /* Move on to the next byte */
> p++;
> if (p == VARBITEND(arg)) {
> mask2 = end_mask << (BITS_PER_BYTE - is);
>
>
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pete Forman | 2000-11-07 13:16:31 | AW: v7.0.3 *pre-release* ... |
| Previous Message | Bruce Momjian | 2000-11-07 11:34:04 | Re: v7.0.3 *pre-release* ... |