[Geany-Devel] Lets move to C99

Nick Treleaven nick.treleaven at xxxxx
Fri Aug 16 13:34:57 UTC 2013


On 16/08/2013 12:47, Thomas Martitz wrote:
> Am 16.08.2013 13:38, schrieb Nick Treleaven:
>> On 16/08/2013 07:36, Lex Trotman wrote:
>>>> ** - restricted pointers
>>
>> C90 allows __restrict.
>>
>>>> ** - inline functions
>>
>> C90 allows __inline (GLib also has a macro for it).
>>
> Are you sure about this one? Perhaps you confuse it with a compiler
> extension. E.g GCC supports inline for C89 as a GNU extension (with
> slightly different semantics than the C99 version) but I'm pretty sure
> ANSI C does not support it.
>
> Same for your __restrict point.

Hmm, maybe I was wrong.


More information about the Devel mailing list