From 55629b9f3fcf93e440524e8eabf60c0a9258f12b Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Thu, 31 Jul 2014 10:37:04 +0100 Subject: [PATCH] fix macro --- include/tr/class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tr/class.h b/include/tr/class.h index 58f4954..ed0b075 100644 --- a/include/tr/class.h +++ b/include/tr/class.h @@ -135,7 +135,7 @@ class name = &(_##name.data); \ struct c_##class##_object _##name = { \ &c_##class, \ - { ##__VA_ARGS__ } \ + { __VA_ARGS__ } \ } /**