Reserve the keyword 'macro'

This commit is contained in:
Keegan McAllister 2015-01-02 13:39:05 -08:00
parent aa69cbde82
commit c9f0ff3813
12 changed files with 55 additions and 39 deletions

View file

@ -574,6 +574,7 @@ declare_special_idents_and_keywords! {
(56, Abstract, "abstract");
(57, Final, "final");
(58, Override, "override");
(59, Macro, "macro");
}
}