summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2017-05-29 19:31:47 +0200
committerArmin Rigo <arigo@tunes.org>2017-05-29 19:31:47 +0200
commit12581d52bb79db84e0f87cc9ab5e60741bec7712 (patch)
tree7036089c2361dd1ddfacba50ca7b8c03c58cb277
parent4fcf1a8b8605301c29cf1e66b7ca75cb0c11927d (diff)
downloadcffi-12581d52bb79db84e0f87cc9ab5e60741bec7712.tar.gz
comment
-rw-r--r--c/_cffi_backend.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
index 9d09554..0d937f8 100644
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -6725,6 +6725,8 @@ static int _testfunc23(char *p)
#if 0 /* libffi doesn't properly support complexes currently */
/* also, MSVC might not support _Complex... */
+ /* if this is enabled one day, remember to also add _Complex
+ * arguments in addition to return values. */
static float _Complex _testfunc24(float a, float b)
{
return a + I*2.0*b;