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

Commit 3d51065

Browse files
committed
Rename macro arg to avoid useless compiler warning when building plperl.
1 parent 2e65523 commit 3d51065

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)