rui314 / 8cc

A Small C Compiler
MIT License
6.13k stars 740 forks source link

__restrict and __restrict__ #24

Closed andrewchambers closed 9 years ago

andrewchambers commented 9 years ago

These can be ignored safely by 8cc because 8cc reloads everything all the time anyway. They caused some more code to not compile.

rui314 commented 9 years ago

Addressed in 3e34f2f419583aa78b515b3027fb204b89202c92.