[pypy-svn] r64278 - pypy/trunk/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Fri Apr 17 16:09:02 CEST 2009


Author: arigo
Date: Fri Apr 17 16:09:01 2009
New Revision: 64278

Modified:
   pypy/trunk/pypy/doc/rffi.txt
Log:
Add a link.


Modified: pypy/trunk/pypy/doc/rffi.txt
==============================================================================
--- pypy/trunk/pypy/doc/rffi.txt	(original)
+++ pypy/trunk/pypy/doc/rffi.txt	Fri Apr 17 16:09:01 2009
@@ -13,7 +13,7 @@
 -------------------------------------
 
 Declaring external C function in RPython is easy, but one needs to
-remember that low level functions eat low level types (like
+remember that low level functions eat `low level types`_ (like
 lltype.Signed or lltype.Array) and memory management must be done
 by hand. To declare a function, we write::
 
@@ -42,6 +42,7 @@
 
 See cbuild_ for more info on ExternalCompilationInfo.
 
+.. _`low level types`: rtyper.html#low-level-type
 .. _cbuild: http://codespeak.net/svn/pypy/trunk/pypy/translator/tool/cbuild.py
 
 



More information about the Pypy-commit mailing list