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

LET not a valid identifier in C target #2009

Closed
lhstrh opened this issue Sep 18, 2023 · 0 comments · Fixed by #2037
Closed

LET not a valid identifier in C target #2009

lhstrh opened this issue Sep 18, 2023 · 0 comments · Fixed by #2037
Assignees
Labels
bug Something isn't working
Milestone

Comments

@lhstrh
Copy link
Member

lhstrh commented Sep 18, 2023

LET is defined in lf_types.h and clashes with a program parameter named LET, causing it to not compile.

E.g.:

main reactor(LET: time = 30ms) {
  ...
``
@lhstrh lhstrh added the bug Something isn't working label Oct 4, 2023
@lhstrh lhstrh added this to the 0.6.0 milestone Oct 4, 2023
@erlingrj erlingrj self-assigned this Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants