Author: Armin Rigo <[email protected]> Branch: Changeset: r931:a8de1502427c Date: 2012-09-13 15:22 +0200 http://bitbucket.org/cffi/cffi/changeset/a8de1502427c/
Log: Improve sentence diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -378,8 +378,8 @@ * wchar_t (if supported by the backend) -* _Bool (if unsupported by the C compiler, this is declared with the - size of ``unsigned char``). *New in version 0.4.* Note that the +* *New in version 0.4:* _Bool. If not directly supported by the C compiler, + this is declared with the size of ``unsigned char``. Note that the effects of ``<stdbool.h>`` are not automatically included: you have to say ``typedef _Bool bool;`` in your ``cdef()`` if you want to use this ``_Bool`` with the more standard name ``bool``. This is because _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
