detail (wrong comment about LUAI_GCPAUSE)
This commit is contained in:
4
lstate.c
4
lstate.c
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: lstate.c,v 2.69 2010/03/13 15:55:42 roberto Exp roberto $
|
** $Id: lstate.c,v 2.70 2010/03/19 21:04:17 roberto Exp roberto $
|
||||||
** Global State
|
** Global State
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#if !defined(LUAI_GCPAUSE)
|
#if !defined(LUAI_GCPAUSE)
|
||||||
#define LUAI_GCPAUSE 162 /* 162% (wait memory to double before next GC) */
|
#define LUAI_GCPAUSE 162 /* 162% */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(LUAI_GCMUL)
|
#if !defined(LUAI_GCMUL)
|
||||||
|
|||||||
Reference in New Issue
Block a user