public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in ffi.h.in
@ 2014-05-31  2:55 Ryan Hill
  2014-06-04  9:49 ` Alan Modra
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Hill @ 2014-05-31  2:55 UTC (permalink / raw)
  To: libffi-discuss; +Cc: amodra

[-- Attachment #1: Type: text/plain, Size: 690 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in ffi.h.in
  2014-05-31  2:55 [PATCH] Fix typo in ffi.h.in Ryan Hill
@ 2014-06-04  9:49 ` Alan Modra
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Modra @ 2014-06-04  9:49 UTC (permalink / raw)
  To: Ryan Hill; +Cc: libffi-discuss

On Fri, May 30, 2014 at 08:54:39PM -0600, Ryan Hill wrote:
> 2014-05-30  Ryan Hill  <rhill@gentoo.org>
> 
> 	* include/ffi.h.in (HAVE_LONG_DOUBLE_VARIANT): Fix typo.

Thanks!  Looks good to me.  Sorry about the breakage.

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-04  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-31  2:55 [PATCH] Fix typo in ffi.h.in Ryan Hill
2014-06-04  9:49 ` Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).