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

Commit3d51065

Browse files
committed
Rename macro arg to avoid useless compiler warning when building plperl.
1 parent2e65523 commit3d51065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $Id: c.h,v 1.103 2001/10/18 22:40:52 tgl Exp $
15+
* $Id: c.h,v 1.104 2001/10/19 15:38:57 tgl Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -126,7 +126,7 @@
126126
#endif
127127

128128
#ifndef__GNUC__
129-
#define__attribute__(x)
129+
#define__attribute__(_arg_)
130130
#endif
131131

132132
/* ----------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp