Commit 55629b9f3fcf93e440524e8eabf60c0a9258f12b

Authored by Georg Hopp
1 parent f68ee339

fix macro

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -135,7 +135,7 @@
135 135 class name = &(_##name.data); \
136 136 struct c_##class##_object _##name = { \
137 137 &c_##class, \
138   - { ##__VA_ARGS__ } \
  138 + { __VA_ARGS__ } \
139 139 }
140 140
141 141 /**
... ...
Please register or login to post a comment