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

Commitdd4a190

Browse files
committed
Fix C++-style comments, per Rocco Altier.
1 parentac43da8 commitdd4a190

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎contrib/pgcrypto/pgp-compress.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-compress.c,v 1.2 2005/07/11 15:07:59 tgl Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-compress.c,v 1.3 2005/07/18 16:35:06 tgl Exp $
3030
*/
3131

3232
#include"postgres.h"
@@ -270,7 +270,7 @@ static int decompress_read(void *priv, PullFilter *src, int len,
270270
dec->stream.avail_out=dec->buf_len;
271271
dec->pos=dec->buf;
272272

273-
// Z_NO_FLUSH, Z_SYNC_FLUSH,
273+
/* Z_NO_FLUSH, Z_SYNC_FLUSH */
274274
flush=dec->stream.avail_in ?Z_SYNC_FLUSH :Z_FINISH;
275275
res=inflate(&dec->stream,flush);
276276
if (res!=Z_OK&&res!=Z_STREAM_END)

‎contrib/pgcrypto/pgp-decrypt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-decrypt.c,v 1.2 2005/07/11 15:07:59 tgl Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-decrypt.c,v 1.3 2005/07/18 16:35:06 tgl Exp $
3030
*/
3131

3232
#include"postgres.h"
@@ -339,7 +339,7 @@ static void mdc_free(void *priv)
339339
ctx->mdc_ctx=NULL;
340340
}
341341

342-
// fixme: clarify
342+
/* fixme: clarify */
343343
staticintmdc_finish(PGP_Context*ctx,PullFilter*src,
344344
intlen,uint8**data_p)
345345
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp