summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2014-05-31 08:26:34 -0400
committerAnthony Green <green@moxielogic.com>2014-05-31 08:26:34 -0400
commitcbc5a3c0200aa6c2cf8d6798d69a21501557c83f (patch)
treea9239508a6e68f445b07de8dfed2c22f817b93cf
parent9d8e3018ac3d0d338373bff7eefa9f006746f4ec (diff)
downloadlibffi-cbc5a3c0200aa6c2cf8d6798d69a21501557c83f.tar.gz
Fix typo
-rw-r--r--include/ffi.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ffi.h.in b/include/ffi.h.in
index 93c776f..70c6179 100644
--- a/include/ffi.h.in
+++ b/include/ffi.h.in
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------*-C-*-
- libffi @VERSION@ - Copyright (c) 2011 Anthony Green
+ libffi @VERSION@ - Copyright (c) 2011, 2014 Anthony Green
- Copyright (c) 1996-2003, 2007, 2008 Red Hat, Inc.
Permission is hereby granted, free of charge, to any person
@@ -221,10 +221,10 @@ 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
+#endif
/* Used internally, but overridden by some architectures */
ffi_status ffi_prep_cif_core(ffi_cif *cif,