Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

When defining an interface that contains only operations, an empty struct is generated for the interface in the statechart header. #235

Closed
nyssen opened this issue Dec 9, 2015 · 1 comment

Comments

@nyssen
Copy link
Contributor

nyssen commented Dec 9, 2015

The C code generator always generates a struct to represent an interface, even if the interface only contains operations. We should ensure that the struct is only generated when its really required.

@nyssen
Copy link
Contributor Author

nyssen commented Dec 9, 2015

Merged fixes into master.

@nyssen nyssen closed this as completed Dec 9, 2015
@terfloth terfloth modified the milestone: M24 - 2.6 RC1 Mar 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants