From f997bde2fa83506ea66768a8e2dd8080b6a0547a Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 13 May 2017 13:45:51 +0800 Subject: Parse - Remove TOK_MACRO --- src/parse/eTokenType.enum.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/parse/eTokenType.enum.h') diff --git a/src/parse/eTokenType.enum.h b/src/parse/eTokenType.enum.h index 8d410b0c..2de1000b 100644 --- a/src/parse/eTokenType.enum.h +++ b/src/parse/eTokenType.enum.h @@ -17,7 +17,6 @@ _(TOK_INTERPOLATED_ITEM) // Value tokens _(TOK_IDENT) -_(TOK_MACRO) _(TOK_LIFETIME) _(TOK_INTEGER) _(TOK_CHAR) -- cgit v1.2.3