Skip to content

Commit c956c4c

Browse files
Artem Serebriyskiywsfulton
Artem Serebriyskiy
authored andcommitted
Fix %arg in Lib/attribute.i
1 parent 3357ee8 commit c956c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/attribute.i

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define %attribute_exception(code,msg) printf("%s\n",msg)
1212

1313
#ifndef %arg
14-
#define %arg(x) x
14+
#define %arg(x...) x
1515
#endif
1616

1717
#ifndef %mangle

0 commit comments

Comments
 (0)