You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a fun one: three problems in one.
First, indeed multi-line macros fail to parse and also the code generator did not generate parameter lists for macros. The above example unfortunately does not produce a multi-line macro, but it seems to cause a different issue where parsing fails if a variable declaration after a define has leading indentation.
I have to admit, it's a bit of a head scratcher, so I will have to look at this with rested eyes.
I'm back
Error:
It also fails with single line macros without { }, although the error is different I think.
The text was updated successfully, but these errors were encountered: