diff options
Diffstat (limited to 'src/macros.hpp')
-rw-r--r-- | src/macros.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros.hpp b/src/macros.hpp index df16a4c5..05c337b0 100644 --- a/src/macros.hpp +++ b/src/macros.hpp @@ -63,6 +63,7 @@ struct MacroPatEnt: enum Type {
PAT_TOKEN,
PAT_TT,
+ PAT_PAT,
PAT_IDENT,
PAT_PATH,
PAT_TYPE,
|