This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix typo in ffi.h.in


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  <rhill@gentoo.org>

	* 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

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]