mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
`name' in comments changed to 'name'
This commit is contained in:
parent
c3c78030f7
commit
bdf566a8a3
31 changed files with 180 additions and 180 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: lauxlib.h,v 1.125 2014/06/26 17:25:11 roberto Exp roberto $
|
||||
** $Id: lauxlib.h,v 1.126 2014/10/01 11:54:56 roberto Exp roberto $
|
||||
** Auxiliary functions for building Lua libraries
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
|
||||
|
||||
/* extra error code for `luaL_load' */
|
||||
/* extra error code for 'luaL_load' */
|
||||
#define LUA_ERRFILE (LUA_ERRERR+1)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue