mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
detail (typo in comments)
This commit is contained in:
parent
73abfde2ef
commit
599f1742c6
9 changed files with 19 additions and 19 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: lstring.h,v 1.61 2015/11/03 15:36:01 roberto Exp roberto $
|
||||
** $Id: lstring.h,v 1.62 2017/07/27 13:50:16 roberto Exp roberto $
|
||||
** String table (keep all strings handled by Lua)
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
/*
|
||||
** Memory-allocation error message must be preallocated (it cannot
|
||||
** be created after memory is exausted)
|
||||
** be created after memory is exhausted)
|
||||
*/
|
||||
#define MEMERRMSG "not enough memory"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue