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]

Re: [PATCH] Fix typo in help strings for --disable-(struct|raw_api)


And the regenerated fficonfig.h.in ...

-- snip --
2014-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

        * fficonfig.h.in: Rebuilt
-- snip --

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt
IBM Germany
>From c2b7191020fb17bcbcc0293ab6f77132fdeafdb7 Mon Sep 17 00:00:00 2001
From: Dominik Vogt <vogt@de.ibm.com>
Date: Mon, 24 Feb 2014 14:51:24 +0100
Subject: [PATCH 1/2] Rebuilt fficonfig.h.in.

---
 fficonfig.h.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fficonfig.h.in b/fficonfig.h.in
index f53b4bd..cac4b86 100644
--- a/fficonfig.h.in
+++ b/fficonfig.h.in
@@ -26,10 +26,10 @@
 /* Cannot use malloc on this target, so, we revert to alternative means */
 #undef FFI_MMAP_EXEC_WRIT
 
-/* Define this is you do not want support for the raw API. */
+/* Define this if you do not want support for the raw API. */
 #undef FFI_NO_RAW_API
 
-/* Define this is you do not want support for aggregate types. */
+/* Define this if you do not want support for aggregate types. */
 #undef FFI_NO_STRUCTS
 
 /* Define to 1 if you have `alloca', as a function or macro. */
-- 
1.7.9.5


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