preprocessor: backslash is not a punctuator token
authorMatthias Braun <matze@braunis.de>
Sun, 3 Jun 2012 14:00:21 +0000 (16:00 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 17 Jun 2012 13:09:00 +0000 (15:09 +0200)
preprocessor.c

index aa62c8f..92d4f37 100644 (file)
@@ -1024,7 +1024,6 @@ restart:
        case '~':
        case ';':
        case ',':
-       case '\\':
                pp_token.kind = input.c;
                next_char();
                return;