diff options
author | John Hodge (bugs) <tpg@mutabah.net> | 2017-05-14 12:39:31 +0800 |
---|---|---|
committer | John Hodge (bugs) <tpg@mutabah.net> | 2017-05-14 12:39:31 +0800 |
commit | 39ccbcf7e5596ca791d8616b678d1a13ebbb1af4 (patch) | |
tree | 7d05b59afda9dca6c741275ab3d27e13c39ff561 /src/parse/eTokenType.enum.h | |
parent | 1d2fe7681219700998c8ecbdb8ed5acab66578df (diff) | |
parent | 699dbed9dca998b0df8418fde68235d230a726eb (diff) | |
download | mrust-39ccbcf7e5596ca791d8616b678d1a13ebbb1af4.tar.gz |
Merge branch 'master' of https://github.com/thepowersgang/mrustc
Diffstat (limited to 'src/parse/eTokenType.enum.h')
-rw-r--r-- | src/parse/eTokenType.enum.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) |