On 10/18/2013 09:54 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> On 18.10.2013 17:40, Eric Blake wrote:
>> On 10/18/2013 09:30 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>>> When testing with old gcc, I found out that gnulib uses
>>> __GNUC_GNU_INLINE__ without checking whether it's def
On 18.10.2013 17:40, Eric Blake wrote:
> On 10/18/2013 09:30 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>> When testing with old gcc, I found out that gnulib uses
>> __GNUC_GNU_INLINE__ without checking whether it's defined first. I
>> propose following fix:
>>
>> === modified file 'm4/extern
On 10/18/2013 09:30 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> When testing with old gcc, I found out that gnulib uses
> __GNUC_GNU_INLINE__ without checking whether it's defined first. I
> propose following fix:
>
> === modified file 'm4/extern-inline.m4'
> --- m4/extern-inline.m4 2
When testing with old gcc, I found out that gnulib uses
__GNUC_GNU_INLINE__ without checking whether it's defined first. I
propose following fix:
=== modified file 'm4/extern-inline.m4'
--- m4/extern-inline.m4 2013-04-11 19:12:46 +
+++ m4/extern-inline.m4 2013-10-18 14:55:19 +
@@ -32,7 +32