Author: Armin Rigo <[email protected]> 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)`` _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
