__restrict__ vs __restrict ?

David O'Brien obrien at FreeBSD.org
Mon Jan 19 14:36:59 PST 2004


On Mon, Jan 19, 2004 at 09:20:24PM +0200, Ruslan Ermilov wrote:
> If we decide now that our kernel should be C99 clean, we should compile
> it with -std=c99, and replace all `__restrict''s in not headers with
> C99 `restrict's.

    $ grep -- -std /sys/conf/*
    /sys/conf/kern.mk:              -fformat-extensions -std=c99


More information about the freebsd-hackers mailing list