[pypy-commit] cffi cffi-1.0: Fix manual.c

arigo noreply at buildbot.pypy.org
Sun May 3 19:03:11 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: cffi-1.0
Changeset: r1906:f668ddb37691
Date: 2015-05-03 19:03 +0200
http://bitbucket.org/cffi/cffi/changeset/f668ddb37691/

Log:	Fix manual.c

diff --git a/_cffi1/manual.c b/_cffi1/manual.c
--- a/_cffi1/manual.c
+++ b/_cffi1/manual.c
@@ -146,6 +146,8 @@
     1,  /* num_struct_unions */
     0,
     0,
+    NULL,
+    8,  /* num_types */
 };
 
 #ifndef PYPY_VERSION


More information about the pypy-commit mailing list