[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] Fix inline, always_inline in util/delay{_basic.h, .in
From: |
Senthil Kumar Selvaraj |
Subject: |
Re: [avr-libc-dev] Fix inline, always_inline in util/delay{_basic.h, .in} |
Date: |
Sun, 19 Oct 2014 13:54:47 +0530 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Wed, Oct 15, 2014 at 12:12:54PM +0530, Senthil Kumar Selvaraj wrote:
> This patch replaces occurrences of inline with __inline__ and
> always_inline with __always_inline__, as recommended in
> http://lists.nongnu.org/archive/html/avr-libc-dev/2014-10/msg00004.html
> in delay related header files as well.
>
> If ok, could someone commit please? I don't have commit access.
>
> Regards
> Senthil
>
> ChangeLog
>
> 2014-10-15 Senthil Kumar Selvaraj <address@hidden>
> * include/util/delay.h.in: Replace inline with __inline__ and
> always_inline with __always_inline__.
> * include/util/delay_basic.h: Likewise.
>
Committed as rev #2453.
Joerg, thank you for granting me commit access :)
Regards
Senthil