mirror of https://github.com/rusefi/lua.git
Details
This commit is contained in:
parent
364e569945
commit
69e84805e4
5
makefile
5
makefile
|
@ -1,6 +1,5 @@
|
||||||
# makefile for building Lua
|
# Developer's makefile for building Lua
|
||||||
# see INSTALL for installation instructions
|
# see luaconf.h for further customization
|
||||||
# see ../Makefile and luaconf.h for further customization
|
|
||||||
|
|
||||||
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
|
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
|
||||||
|
|
||||||
|
|
|
@ -5780,7 +5780,7 @@ it to the buffer.
|
||||||
@APIEntry{void luaL_pushfail (lua_State *L);|
|
@APIEntry{void luaL_pushfail (lua_State *L);|
|
||||||
@apii{0,1,-}
|
@apii{0,1,-}
|
||||||
|
|
||||||
Pushes the @fail value onto the stack.
|
Pushes the @fail value onto the stack @see{libraries}.
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue