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

Return int in the main function #113

Closed
aminya opened this issue May 6, 2021 · 3 comments
Closed

Return int in the main function #113

aminya opened this issue May 6, 2021 · 3 comments

Comments

@aminya
Copy link

aminya commented May 6, 2021

Currently, the compiler returns unint32_t which prevents compiling the generated code with a C++ compiler.

int main() {
	//...
}
@aminya
Copy link
Author

aminya commented May 6, 2021

I noticed there is a recent commit in this regard. I haven't tried that yet: #99

@aminya
Copy link
Author

aminya commented May 6, 2021

OK. It seems that #99 has already fixed this.

@aminya aminya closed this as completed May 6, 2021
@hikari-no-yume
Copy link
Collaborator

Glad to hear it fixed the problem! 😄

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

No branches or pull requests

2 participants