Author: Armin Rigo <[email protected]>
Branch:
Changeset: r1090:7ef6be04446b
Date: 2012-11-30 14:11 -0800
http://bitbucket.org/cffi/cffi/changeset/7ef6be04446b/
Log: emphasis
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -950,8 +950,8 @@
... def myfunc(x, y):
... return x + y
-Note that you can also use a C function pointer type like ``"int(*)(int,
-int)"`` (as opposed to a C function type like ``"int(int, int)"``). It
+Note that you can also use a C *function pointer* type like ``"int(*)(int,
+int)"`` (as opposed to a C *function* type like ``"int(int, int)"``). It
is equivalent here.
Warning: like ffi.new(), ffi.callback() returns a cdata that has
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit