Fix %arg in Lib/attribute.i
This commit is contained in:
parent
3357ee85cd
commit
c956c4c87f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#define %attribute_exception(code,msg) printf("%s\n",msg)
|
||||
|
||||
#ifndef %arg
|
||||
#define %arg(x) x
|
||||
#define %arg(x...) x
|
||||
#endif
|
||||
|
||||
#ifndef %mangle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue