On Tue, 6 Mar 2012, Dimitry Andric wrote:
Log:
After r232498, programs built with -ansi or -std=c89 including
would not compile anymore, due to plain 'inline' keywords. Fix this by
using __inline instead.
Reported by: Jia-Shiun Li
Discussed with:theraven
Any chance of also f
Author: dim
Date: Tue Mar 6 20:15:23 2012
New Revision: 232620
URL: http://svn.freebsd.org/changeset/base/232620
Log:
After r232498, programs built with -ansi or -std=c89 including
would not compile anymore, due to plain 'inline' keywords. Fix this by
using __inline instead.
Reported