From bfa00193bf454668730d98c5d9ff12c016c32153 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Tue, 27 Sep 2016 20:39:54 +0800 Subject: macro_rules - Allow bytestrings to start :expr --- src/macro_rules/mod.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/macro_rules/mod.cpp b/src/macro_rules/mod.cpp index 25883c36..8b2be7d1 100644 --- a/src/macro_rules/mod.cpp +++ b/src/macro_rules/mod.cpp @@ -101,6 +101,7 @@ bool is_token_expr(eTokenType tt) { case TOK_INTEGER: case TOK_FLOAT: case TOK_STRING: + case TOK_BYTESTRING: case TOK_RWORD_TRUE: case TOK_RWORD_FALSE: -- cgit v1.2.3