Catch unrecognised compiler directives in the compiler scanner.
Normally the preprocessor will catch these and report them as undefined macros. But in case the compiler is run without the preprocessor, also catch them in the compiler scanner. This will ensure the scanner properly rejects directives that have additional garbage characters tacked on the end.
This commit is contained in:
parent
cd0b360575
commit
968f0d943e
Loading…
Reference in New Issue