From 6695983d2f0857caab220862de12f3f94a55bcf6 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 20 Sep 2014 07:44:37 -0400 Subject: [PATCH] Add complex type support. Mostly broken right now --- src/x86/ffitarget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/x86/ffitarget.h b/src/x86/ffitarget.h index 391673f..a236677 100644 --- a/src/x86/ffitarget.h +++ b/src/x86/ffitarget.h @@ -1,5 +1,5 @@ /* -----------------------------------------------------------------*-C-*- - ffitarget.h - Copyright (c) 2012 Anthony Green + ffitarget.h - Copyright (c) 2012, 2014 Anthony Green Copyright (c) 1996-2003, 2010 Red Hat, Inc. Copyright (C) 2008 Free Software Foundation, Inc. @@ -50,6 +50,7 @@ #endif #define FFI_TARGET_SPECIFIC_STACK_SPACE_ALLOCATION +#define FFI_TARGET_HAS_COMPLEX_TYPE /* ---- Generic type definitions ----------------------------------------- */ -- 2.34.1