[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] C99 stuff in public GEMlib headers?
Hi,
On torstai 15 marraskuu 2012, Arnaud BERCEGEAY wrote:
> To make things clear, maybe cvs2pl should be removed from the
> gemlib-source package (but be kept as this in cvs). and then gemlib
> package may be declared as public domain.
Could GEMlib public headers also be made ANSI-C compliant?
Currently headers have one inline for appl_init() which is
typically called only once in program life-time, so it's not
performance critical.
It's a bit annoying if a header forces all SW including it
to be compiled with -c99/-std=c99. And e.g. AHCC doesn't
even support "inline".
- Eero