From c2b7191020fb17bcbcc0293ab6f77132fdeafdb7 Mon Sep 17 00:00:00 2001 From: Dominik Vogt 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