Ludovic Courtès wrote:
> FWIW, I solved it this way in Guile, based on what GNU R does:
> 
>   
> http://git.sv.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=7dc9ae7179b8b099897f8080b675e2a9c54d388c

Do you have information about the compilers with build numbers 5401..5464 ?

Btw, when the next version of Apple gcc comes out, based on gcc >= 4.3, and
defines __GNUC_STDC_INLINE__, this code will still use 'static inline'.
Whereas it could use
  extern __inline__ __attribute__ ((__gnu_inline__))
then, and simple
  __inline__
now with the build 5465.

Bruno



Reply via email to