[pypy-commit] cffi default: Add a (*) in the base pointer case too.

arigo noreply at buildbot.pypy.org
Mon Jul 30 15:11:49 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r744:a8f69dff7012
Date: 2012-07-30 15:11 +0200
http://bitbucket.org/cffi/cffi/changeset/a8f69dff7012/

Log:	Add a (*) in the base pointer case too.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -909,7 +909,7 @@
 |               | a compatible type (i.e.|                  | ``-``          |
 |               | same type or ``char*`` |                  |                |
 |               | or ``void*``, or as an |                  |                |
-|               | array instead)         |                  |                |
+|               | array instead) (*)     |                  |                |
 +---------------+------------------------+                  +----------------+
 |  ``void *``   | another <cdata> with   |                  |                |
 |               | any pointer or array   |                  |                |


More information about the pypy-commit mailing list