summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2014-09-20 07:44:37 -0400
committerAnthony Green <green@moxielogic.com>2014-09-20 07:44:37 -0400
commit6695983d2f0857caab220862de12f3f94a55bcf6 (patch)
tree67005c1bb0ee0fe2c8f8af86521527a4ecfb390b
parentfbbf48fbdf9b1491af0aefc00523a1b5d8bb9349 (diff)
downloadlibffi-6695983d2f0857caab220862de12f3f94a55bcf6.tar.gz
Add complex type support. Mostly broken right now
-rw-r--r--src/x86/ffitarget.h3
1 files changed, 2 insertions, 1 deletions
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 ----------------------------------------- */