On Tue, Dec 13, 2011 at 02:06:01PM +0000, Ed Schouten wrote:
> Author: ed
> Date: Tue Dec 13 14:06:01 2011
> New Revision: 228471
> URL: http://svn.freebsd.org/changeset/base/228471
> 
> Log:
>   Replace `inline static' by `static inline'.
>   
>   If I interpret the C standard correctly, the storage specifier should be
>   placed before the inline keyword. While at it, replace __inline by
>   inline in the files affected.

No, declaration-specifier is defined recursively - any order is allowed.
Still I think having a consistent order is a good idea.

Stefan
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to