mirror of
https://github.com/lua/lua
synced 2025-01-11 20:09:17 +03:00
typo in comment
This commit is contained in:
parent
db424053e8
commit
d0c038da07
4
lmem.h
4
lmem.h
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: lmem.h,v 1.38 2011/12/02 13:26:54 roberto Exp $
|
** $Id: lmem.h,v 1.39 2012/11/14 17:21:34 roberto Exp roberto $
|
||||||
** Interface to Memory Manager
|
** Interface to Memory Manager
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@ -18,7 +18,7 @@
|
|||||||
** This macro avoids the runtime division MAX_SIZET/(e), as 'e' is
|
** This macro avoids the runtime division MAX_SIZET/(e), as 'e' is
|
||||||
** always constant.
|
** always constant.
|
||||||
** The macro is somewhat complex to avoid warnings:
|
** The macro is somewhat complex to avoid warnings:
|
||||||
** +1 avoids warnings of "comparsion has constant result";
|
** +1 avoids warnings of "comparison has constant result";
|
||||||
** cast to 'void' avoids warnings of "value unused".
|
** cast to 'void' avoids warnings of "value unused".
|
||||||
*/
|
*/
|
||||||
#define luaM_reallocv(L,b,on,n,e) \
|
#define luaM_reallocv(L,b,on,n,e) \
|
||||||
|
Loading…
Reference in New Issue
Block a user