Re: svn commit: r232620 - in head/include: . xlocale

2012-03-06 Thread Bruce Evans
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

svn commit: r232620 - in head/include: . xlocale

2012-03-06 Thread Dimitry Andric
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