summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-06-10 16:39:37 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-06-10 16:39:37 -0300
commit69e84805e48b0253007bd0daf481ce7955367d73 (patch)
tree3656b63c60ee7b8a640738c1fdb6f81d64654802
parent364e569945c044fd18c70ee1bc851364534aef97 (diff)
downloadlua-69e84805e48b0253007bd0daf481ce7955367d73.tar.gz
lua-69e84805e48b0253007bd0daf481ce7955367d73.tar.bz2
lua-69e84805e48b0253007bd0daf481ce7955367d73.zip
Details
-rw-r--r--makefile5
-rw-r--r--manual/manual.of2
2 files changed, 3 insertions, 4 deletions
diff --git a/makefile b/makefile
index 2c68f454..9be23925 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,5 @@
1# makefile for building Lua 1# Developer's makefile for building Lua
2# see INSTALL for installation instructions 2# see luaconf.h for further customization
3# see ../Makefile and luaconf.h for further customization
4 3
5# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======================= 4# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
6 5
diff --git a/manual/manual.of b/manual/manual.of
index 2eadbda0..4d1794fc 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -5780,7 +5780,7 @@ it to the buffer.
5780@APIEntry{void luaL_pushfail (lua_State *L);| 5780@APIEntry{void luaL_pushfail (lua_State *L);|
5781@apii{0,1,-} 5781@apii{0,1,-}
5782 5782
5783Pushes the @fail value onto the stack. 5783Pushes the @fail value onto the stack @see{libraries}.
5784 5784
5785} 5785}
5786 5786