[Geany-Devel] Lets move to C99

Thomas Martitz thomas.martitz at xxxxx
Fri Aug 16 11:47:04 UTC 2013


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.

Best regards.


More information about the Devel mailing list