Fix type qualifiers within pointer

This commit is contained in:
Ganesh Viswanathan 2019-05-12 03:25:07 -05:00
commit d3921f9ed2

View file

@ -49,7 +49,9 @@ proc initGrammar(): Grammar =
{typeGrammar}
(identifier|type_identifier?)
(pointer_declarator?
(type_qualifier?)
(pointer_declarator!
(type_qualifier?)
(identifier|type_identifier)
)
(identifier|type_identifier)