rui314 / 8cc

A Small C Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

__restrict and __restrict__

andrewchambers opened this issue · comments

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

Addressed in 3e34f2f.