From b760add618ea98f3b71290ce88d32718401aa67f Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Thu, 5 May 2011 01:15:22 +0200 Subject: Misc. updates to docs. --- doc/ext_ffi.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/ext_ffi.html') 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 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.

-

+

This page gives a short introduction to the usage of the FFI library. -Please use the FFI sub-topics in the navigation bar to learn more. -

+Please use the FFI sub-topics in the navigation bar to learn more. +

Motivating Example: Calling External C Functions

-- cgit v1.2.3-55-g6feb