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

#define of types results in incorrect output #199

Closed
SirSireesh opened this issue Jun 19, 2018 · 0 comments
Closed

#define of types results in incorrect output #199

SirSireesh opened this issue Jun 19, 2018 · 0 comments
Labels

Comments

@SirSireesh
Copy link

SirSireesh commented Jun 19, 2018

eg:

test.h:

#define __le64 uint64_t;

dstep output:
test.d:

enum __le64 = uint64_t;

tested on macOS 10.13 with dstep master

ciechowoj added a commit to ciechowoj/dstep that referenced this issue Sep 29, 2018
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Oct 2, 2018
jacob-carlborg added a commit that referenced this issue Oct 2, 2018
Fix #199:  of types results in incorrect output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants