Fix %arg in Lib/attribute.i

This commit is contained in:
Artem Serebriyskiy 2013-05-24 13:37:00 +04:00 committed by William S Fulton
commit c956c4c87f

View file

@ -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