summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index 73755619..55de1bd8 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -392,7 +392,7 @@ See: <tt>man rebase</tt>
392for embedding Lua or LuaJIT into your application.</li> 392for embedding Lua or LuaJIT into your application.</li>
393<li>Make sure you use <tt>luaL_newstate</tt>. Avoid using 393<li>Make sure you use <tt>luaL_newstate</tt>. Avoid using
394<tt>lua_newstate</tt>, since this uses the (slower) default memory 394<tt>lua_newstate</tt>, since this uses the (slower) default memory
395allocator from your system (no support for this on x64).</tt></li> 395allocator from your system (no support for this on x64).</li>
396<li>Make sure you use <tt>luaL_openlibs</tt> and not the old Lua 5.0 style 396<li>Make sure you use <tt>luaL_openlibs</tt> and not the old Lua 5.0 style
397of calling <tt>luaopen_base</tt> etc. directly.</li> 397of calling <tt>luaopen_base</tt> etc. directly.</li>
398<li>To change or extend the list of standard libraries to load, copy 398<li>To change or extend the list of standard libraries to load, copy