Reserve the keyword 'macro'
This commit is contained in:
parent
aa69cbde82
commit
c9f0ff3813
12 changed files with 55 additions and 39 deletions
|
@ -574,6 +574,7 @@ declare_special_idents_and_keywords! {
|
|||
(56, Abstract, "abstract");
|
||||
(57, Final, "final");
|
||||
(58, Override, "override");
|
||||
(59, Macro, "macro");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue