diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-12-06 12:54:31 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-12-06 12:54:31 -0200 |
| commit | 4df4560bf599e853ab946a0e5abf47c910a5a6cf (patch) | |
| tree | 54c287e83daf964274cdfdb91611bfa4785ccebe | |
| parent | b2aa2ba046502bdcdfa3de4af898810667c1843a (diff) | |
| download | lua-4df4560bf599e853ab946a0e5abf47c910a5a6cf.tar.gz lua-4df4560bf599e853ab946a0e5abf47c910a5a6cf.tar.bz2 lua-4df4560bf599e853ab946a0e5abf47c910a5a6cf.zip | |
detail (wrong comment)
Diffstat (limited to '')
| -rw-r--r-- | lauxlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lauxlib.h,v 1.129 2015/11/23 11:29:43 roberto Exp roberto $ | 2 | ** $Id: lauxlib.h,v 1.130 2016/12/04 20:17:24 roberto Exp roberto $ |
| 3 | ** Auxiliary functions for building Lua libraries | 3 | ** Auxiliary functions for building Lua libraries |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | /* extra error code for 'luaL_load' */ | 19 | /* extra error code for 'luaL_loadfilex' */ |
| 20 | #define LUA_ERRFILE (LUA_ERRERR+1) | 20 | #define LUA_ERRFILE (LUA_ERRERR+1) |
| 21 | 21 | ||
| 22 | 22 | ||
