Re: 'inline' changes pushed

2012-12-05 Thread Paul Eggert
I pushed into gnulib the following patch, which fixes the bug for me. Thanks for reporting the problem. - list, oset, xlist, xoset: fix extern inline issue with C99 This was introduced by my recent changes for 'inline'. Problem reported for gettext by Daiki Ueno in

Re: 'inline' changes pushed

2012-12-05 Thread Paul Eggert
On 12/04/2012 01:56 AM, Daiki Ueno wrote: > Can it be fixed by caller side? It's a bug in my patch -- some of the inline functions are mistakenly declared extern. I'll look into a fix soon.

Re: 'inline' changes pushed

2012-12-04 Thread Daiki Ueno
Hi, Paul Eggert writes: > No comments about the 'inline' fixes I posted a couple of > weeks ago, so I just now pushed them into the gnulib master. I'm using gcc 4.7 with gcc -std=gnu99. After commit 618fd97d, list functions are now defined as "extern inline" (previously "static inline"). This

'inline' changes pushed

2012-11-29 Thread Paul Eggert
No comments about the 'inline' fixes I posted a couple of weeks ago, so I just now pushed them into the gnulib master.