This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
Space between function macro name and args #457
Labels
bug
Something isn't working
good first issue
Good for newcomers
preprocessor
Issue in the preprocessor (probably cycle detection)
Using
-E
Expected behavior
Function macro should be replaced when whitespace separates name and args. (this is true in
clang
at least)Actual Behavior
Name is consumed but the macro is not replaced.
(a)
Code
The text was updated successfully, but these errors were encountered: