1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00
This commit is contained in:
Roberto Ierusalimschy
2020-06-10 16:39:37 -03:00
parent 364e569945
commit 69e84805e4
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
# makefile for building Lua
# see INSTALL for installation instructions
# see ../Makefile and luaconf.h for further customization
# Developer's makefile for building Lua
# see luaconf.h for further customization
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
+1 -1
View File
@@ -5780,7 +5780,7 @@ it to the buffer.
@APIEntry{void luaL_pushfail (lua_State *L);|
@apii{0,1,-}
Pushes the @fail value onto the stack.
Pushes the @fail value onto the stack @see{libraries}.
}