diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-05-12 03:25:07 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-05-12 03:25:07 -0500 |
| commit | d3921f9ed2b49549ac7d3a21266a237d4e93552f (patch) | |
| tree | f61b22ad2b7ad25d180ce000790cee70a4a7bf20 | |
| parent | 7729ea93cab424ca629216aa52df289afc206a91 (diff) | |
| download | nimterop-d3921f9ed2b49549ac7d3a21266a237d4e93552f.tar.gz nimterop-d3921f9ed2b49549ac7d3a21266a237d4e93552f.zip | |
Fix type qualifiers within pointer
| -rw-r--r-- | nimterop/grammar.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nimterop/grammar.nim b/nimterop/grammar.nim index 33399c9..043099c 100644 --- a/nimterop/grammar.nim +++ b/nimterop/grammar.nim @@ -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) |
