mirror of https://github.com/rusefi/lua.git
detail (wrong comment)
This commit is contained in:
parent
b2aa2ba046
commit
4df4560bf5
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
** $Id: lauxlib.h,v 1.129 2015/11/23 11:29:43 roberto Exp roberto $
|
** $Id: lauxlib.h,v 1.130 2016/12/04 20:17:24 roberto Exp roberto $
|
||||||
** Auxiliary functions for building Lua libraries
|
** Auxiliary functions for building Lua libraries
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* extra error code for 'luaL_load' */
|
/* extra error code for 'luaL_loadfilex' */
|
||||||
#define LUA_ERRFILE (LUA_ERRERR+1)
|
#define LUA_ERRFILE (LUA_ERRERR+1)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue