Samuel Thibault skribis:
> Ludovic Courtès, le Wed 14 Mar 2012 23:13:51 +0100, a écrit :
>> This fixes compilation of user code in C99 or GNU99 mode.
>
> Actually we have had a patch with the same kind of goal in Debian for
> some time, which just needed some cleanup and commit, which I have done
Hello,
Ludovic Courtès, le Wed 14 Mar 2012 23:13:51 +0100, a écrit :
> This fixes compilation of user code in C99 or GNU99 mode.
Actually we have had a patch with the same kind of goal in Debian for
some time, which just needed some cleanup and commit, which I have done
the other day.
Samuel
This fixes compilation of user code in C99 or GNU99 mode.
* libshouldbeinlibc/idvec.h (IDVEC_EI)[__GNUC_PREREQ (4, 3)]: Add
`__gnu_inline__' attribute.
---
libshouldbeinlibc/idvec.h |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/libshouldbeinlibc/idvec.h b/libsh