Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand macro only when preprocessor token is identifier
In 'preprocess2' function, 'expand_macro' was called multiple times, some of which were unnecessary. This change ensures that 'expand_macro' is called only when the preprocessor token is an identifier.
- Loading branch information