1 From cbc5a3c0200aa6c2cf8d6798d69a21501557c83f Mon Sep 17 00:00:00 2001
2 From: Ryan Hill <rhill@gentoo.org>
3 Date: Sat, 31 May 2014 08:26:34 -0400
4 Subject: [PATCH 05/10] Fix typo
6 This patch was borrowed from upstream, commit
7 cbc5a3c0200aa6c2cf8d6798d69a21501557c83f, and will be part of the next
10 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 include/ffi.h.in | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
15 diff --git a/include/ffi.h.in b/include/ffi.h.in
16 index 93c776f..70c6179 100644
17 --- a/include/ffi.h.in
18 +++ b/include/ffi.h.in
20 /* -----------------------------------------------------------------*-C-*-
21 - libffi @VERSION@ - Copyright (c) 2011 Anthony Green
22 + libffi @VERSION@ - Copyright (c) 2011, 2014 Anthony Green
23 - Copyright (c) 1996-2003, 2007, 2008 Red Hat, Inc.
25 Permission is hereby granted, free of charge, to any person
26 @@ -221,10 +221,10 @@ typedef struct {
30 -#if HAVE_LONG_DOUBLE_VARIANT
31 +#if @HAVE_LONG_DOUBLE_VARIANT@
32 /* Used to adjust size/alignment of ffi types. */
33 void ffi_prep_types (ffi_abi abi);
37 /* Used internally, but overridden by some architectures */
38 ffi_status ffi_prep_cif_core(ffi_cif *cif,