statemachine to basec mapping broke with new syntax
The Statemachine-mapping.str needs to be changed so it will correspond to the new syntax.
The syntax of BaseC changed from
BasicType("int8")
toType([], BasicType("int8"))
.
For pointers it wasPointer(BasicType("int8"))
now it isType([], Pointer(Type([], BasicType("int8")))
.Inside the
[]
will be the type modifiers Volatile, Const and Static, but you can just leave an empty list.(sorry for the inconvenience!)
Submitted by Daco Harkes on 6 June 2013 at 14:11
Issue Log
On 6 June 2013 at 14:18 Daco Harkes tagged @mvoda
On 13 June 2013 at 10:31 Mircea Voda commented:
Done.
On 13 June 2013 at 10:31 Mircea Voda closed this issue.
Log in to post comments