[pypy-commit] cffi sirtom67/float_complex: comment

arigo pypy.commits at gmail.com
Mon May 29 13:31:55 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
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;


More information about the pypy-commit mailing list