Author: Armin Rigo <[email protected]>
Branch: sirtom67/float_complex
Changeset: r2940:ecf49f8b034c
Date: 2017-05-29 19:31 +0200
http://bitbucket.org/cffi/cffi/changeset/ecf49f8b034c/

Log:    comment

diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -6725,6 +6725,8 @@
 
 #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;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to