-
Preprocessor: Allow '\' as a token, which gets actual use in #error, but should have no other use. · aead93aaJohn Kessenich authored
This is just for '\' that's not before a new line. Note the specification says it has no use other than as line continuation, but #error is a grey area. (There are no escape sequences.)
aead93aa
×