[pypy-commit] cffi default: "_Bool" is missing.

arigo noreply at buildbot.pypy.org
Thu Sep 13 10:48:56 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r927:d0f1383fe3c2
Date: 2012-09-13 10:48 +0200
http://bitbucket.org/cffi/cffi/changeset/d0f1383fe3c2/

Log:	"_Bool" is missing.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1015,8 +1015,11 @@
 ----------------------
 
 All of the ANSI C declarations should be supported, and some of C99.
-Here are the major known missing features that are GCC or MSVC
-extensions:
+Important missing features from C99:
+
+* The ``_Bool`` type, also known as ``bool`` from ``stdbool.h``.
+
+Known missing features that are GCC or MSVC extensions:
 
 * Any ``__attribute__`` or ``#pragma pack(n)``
 


More information about the pypy-commit mailing list