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 should resolve to TEST_var and is currently resolving to TEST_ var which is then considered as 2 tokens and causes a syntax error. Presumably a bug in the way I handle preprocessing concatenation.
The text was updated successfully, but these errors were encountered:
The incompatible behaviour occurring is that the space character in the macro argument is preserved instead of ignored. I need to check whether spaces should always be trimmed from arguments, or if it only applies to concatenation.
This should resolve to
TEST_var
and is currently resolving toTEST_ var
which is then considered as 2 tokens and causes a syntax error. Presumably a bug in the way I handle preprocessing concatenation.The text was updated successfully, but these errors were encountered: