Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typedef anonymous structs should not be skipped #208

Closed
Gnimuc opened this issue Oct 1, 2018 · 3 comments
Closed

typedef anonymous structs should not be skipped #208

Gnimuc opened this issue Oct 1, 2018 · 3 comments

Comments

@Gnimuc
Copy link
Member

Gnimuc commented Oct 1, 2018

typedef struct {
  int x;
} Foo;

output: const Foo = Cvoid

@visr
Copy link
Contributor

visr commented Oct 1, 2018

This seems to relate to the last two commits mentioned here:
#162 (comment)
Sorry I didn't make that into a PR yet. Though I guess it depends on #162

@Gnimuc
Copy link
Member Author

Gnimuc commented Oct 1, 2018

hi @visr, it seems that these two commits are orthogonal to #162. do you have any plan to submit a PR?

@visr
Copy link
Contributor

visr commented Oct 1, 2018

Ah ok good to know. Don't have time right now, but if this works for you, feel free to use it/make a PR yourself!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants