On Mon 02 Jul 2012 11:38, [email protected] (Ludovic Courtès) writes: > The macros in numbers.h that are “symbol macros”, such as > ‘scm_from_int’, allow users to write code like: > > &scm_from_int > > This wouldn’t be possible if these were function macros.
Interesting, I hadn't thought of that. > Thus, I think things will have to remain this way. Would this be "fixed" if we changed these to be implemented as inline functions? Dunno, just thinking out loud. Andy -- http://wingolog.org/
