[Ecls-list] C99

Andy Hefner ahefner at gmail.com
Sat Feb 18 23:03:13 UTC 2012


Hi. I've been updating some code written a couple years ago to work on
the latest ECL. I hit a snag relating to C99 support. I like to use
C99 features in my inline C. It isn't essential - I could convert it
back to C89, but probably better to work through a couple small
issues.

My build script compiles source files to .o with compile-file
:system-p t and builds an executable with c:build-program. What I've
done in the past, for C99 support, is putting "-std=c99" on the
*user-cc-flags* (or previousl, c::*cc-flags*).




More information about the ecl-devel mailing list