aboutsummaryrefslogtreecommitdiff
path: root/lstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.c')
-rw-r--r--lstate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstate.c b/lstate.c
index 0362e22d..c2fe534a 100644
--- a/lstate.c
+++ b/lstate.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.c,v 2.69 2010/03/13 15:55:42 roberto Exp roberto $ 2** $Id: lstate.c,v 2.70 2010/03/19 21:04:17 roberto Exp roberto $
3** Global State 3** Global State
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -26,7 +26,7 @@
26 26
27 27
28#if !defined(LUAI_GCPAUSE) 28#if !defined(LUAI_GCPAUSE)
29#define LUAI_GCPAUSE 162 /* 162% (wait memory to double before next GC) */ 29#define LUAI_GCPAUSE 162 /* 162% */
30#endif 30#endif
31 31
32#if !defined(LUAI_GCMUL) 32#if !defined(LUAI_GCMUL)