On 22/02/2014, at 7:51 AM, RF wrote: > I'm trying out the new flx_world embeddable driver stuff and am trying to > call some felix library code from the driver. > > The exported declaration looks like this > extern "C" con_t *flx_unblock_all( FLX_FPAR_DECL_ONLY ); > > I have no idea what FLX_FPAR_DECL_ONLY should be. I guess there should be > garbage collection information in but what does this macro actually evaluate > to?
It means Felix Thread Frame Pointer Parameter declaration, only (no other parameters). The "ONLY" part just says "no comma after". http://felix-lang.org/$/usr/local/lib/felix/felix-latest/share/lib/rtl/flx_compiler_support_headers.hpp Worth looking in here too: http://felix-lang.org/$/usr/local/lib/felix/felix-latest/share/lib/rtl/flx_compiler_support_bodies.hpp These macros are used by the compiler in the C++ headers and body files it generates. -- john skaller skal...@users.sourceforge.net http://felix-lang.org ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ Felix-language mailing list Felix-language@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/felix-language