summaryrefslogtreecommitdiff
path: root/Lib/attribute.i
diff options
context:
space:
mode:
authorArtem Serebriyskiy <Artem_Se@abbyy.com>2013-05-24 13:37:00 +0400
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-05-25 00:37:57 +0100
commitc956c4c87f1bd84ff0b3b1e78b4d8bd9487134c4 (patch)
treeb2a177dfb5d96a5e24396e73b381889a4b89409c /Lib/attribute.i
parent3357ee85cd7de581b78b28839e8dc5229d6c99ab (diff)
downloadswig-c956c4c87f1bd84ff0b3b1e78b4d8bd9487134c4.tar.gz
Fix %arg in Lib/attribute.i
Diffstat (limited to 'Lib/attribute.i')
-rw-r--r--Lib/attribute.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/attribute.i b/Lib/attribute.i
index 0cc3ff1a3..d580dbfe9 100644
--- a/Lib/attribute.i
+++ b/Lib/attribute.i
@@ -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