rui314 / 8cc

A Small C Compiler
MIT License
6.12k stars 742 forks source link

Fix nested parens in declarators. #69

Open andrewchambers opened 9 years ago

andrewchambers commented 9 years ago

The stub type does not pass the basetype to the nested declarator in the case that there are nested parens and no tail, this patch fixes that.