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

Variable names with a space generates inconsistent c code #119

Closed
ELundby45 opened this issue Sep 13, 2016 · 1 comment
Closed

Variable names with a space generates inconsistent c code #119

ELundby45 opened this issue Sep 13, 2016 · 1 comment
Milestone

Comments

@ELundby45
Copy link
Contributor

When a variable name has a space in it, it is correctly changed to an underscore when being set, but the global definition still contains a space.

image

@carlosperate carlosperate added this to the 0.1.2 milestone Sep 13, 2016
@carlosperate
Copy link
Owner

Fixed on PR #120. Thanks @ELundby45 !

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

No branches or pull requests

2 participants