RELEASE LuaJIT-2.0.0-beta7

This commit is contained in:
Mike Pall
2011-05-05 16:17:57 +02:00
parent 998061f530
commit cfdc356ebe
19 changed files with 41 additions and 41 deletions

View File

@@ -84,10 +84,10 @@ code a C compiler would generate. Calls to C functions can
be inlined in JIT-compiled code, unlike calls to functions bound via
the classic Lua/C API.
</p>
<p><em>
<p>
This page gives a short introduction to the usage of the FFI library.
<em>Please use the FFI sub-topics in the navigation bar to learn more.</em>
</em></p>
</p>
<h2 id="call">Motivating Example: Calling External C Functions</h2>
<p>