aboutsummaryrefslogtreecommitdiff
path: root/doc/ext_ffi.html
diff options
context:
space:
mode:
authorMike Pall <mike>2011-05-05 01:15:22 +0200
committerMike Pall <mike>2011-05-05 01:15:22 +0200
commitb760add618ea98f3b71290ce88d32718401aa67f (patch)
tree68bde0eb1edda8659632fa1e0f7c4ce22be134b3 /doc/ext_ffi.html
parent6534152b446f5b25616490ec4f589f14c557fb27 (diff)
downloadluajit-b760add618ea98f3b71290ce88d32718401aa67f.tar.gz
luajit-b760add618ea98f3b71290ce88d32718401aa67f.tar.bz2
luajit-b760add618ea98f3b71290ce88d32718401aa67f.zip
Misc. updates to docs.
Diffstat (limited to 'doc/ext_ffi.html')
-rw-r--r--doc/ext_ffi.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html
index 0bbf7606..6546678e 100644
--- a/doc/ext_ffi.html
+++ b/doc/ext_ffi.html
@@ -84,10 +84,10 @@ code a C&nbsp;compiler would generate. Calls to C&nbsp;functions can
84be inlined in JIT-compiled code, unlike calls to functions bound via 84be inlined in JIT-compiled code, unlike calls to functions bound via
85the classic Lua/C API. 85the classic Lua/C API.
86</p> 86</p>
87<p> 87<p><em>
88This page gives a short introduction to the usage of the FFI library. 88This page gives a short introduction to the usage of the FFI library.
89Please use the FFI sub-topics in the navigation bar to learn more. 89<em>Please use the FFI sub-topics in the navigation bar to learn more.</em>
90</p> 90</em></p>
91 91
92<h2 id="call">Motivating Example: Calling External C Functions</h2> 92<h2 id="call">Motivating Example: Calling External C Functions</h2>
93<p> 93<p>