Ed Schouten ebfd274bcf Hide __restrict from lint, just like we do with other keywords.
Unlike GCC, LLVM defines __STDC_VERSION__ to 199901L by default. This
means `restrict' keywords in files end up being given to lint, which
results in errors during compilation of usr.bin/xlint.

Other keywords are also expanded to nothing when using lint, so do the
same with restrict.
2009-03-01 17:44:31 +00:00
..
2009-02-25 22:24:56 +00:00
2009-02-16 18:02:32 +00:00
2009-02-25 22:24:56 +00:00