Fix typo in ffi.h.in. HAVE_LONG_DOUBLE_VARIANT is meant to be replaced by configure when generating the header, as with HAVE_LONG_DOUBLE. 2014-05-30 Ryan Hill * include/ffi.h.in (HAVE_LONG_DOUBLE_VARIANT): Fix typo. --- a/include/ffi.h.in +++ b/include/ffi.h.in @@ -221,7 +221,7 @@ typedef struct { #endif } ffi_cif; -#if HAVE_LONG_DOUBLE_VARIANT +#if @HAVE_LONG_DOUBLE_VARIANT@ /* Used to adjust size/alignment of ffi types. */ void ffi_prep_types (ffi_abi abi); # endif -- Ryan Hill psn: dirtyepic_sk gcc-porting/toolchain/wxwidgets @ gentoo.org 47C3 6D62 4864 0E49 8E9E 7F92 ED38 BD49 957A 8463