aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-03-22 14:45:55 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-03-22 14:45:55 -0300
commit9c196bebad4f84ffb43f0ef1e19792cc4b795704 (patch)
tree732126fdca53d38c1ef1ccf5462565b50503fd2d
parent28b2566c971ca407cff22126990684fa4da03298 (diff)
downloadlua-9c196bebad4f84ffb43f0ef1e19792cc4b795704.tar.gz
lua-9c196bebad4f84ffb43f0ef1e19792cc4b795704.tar.bz2
lua-9c196bebad4f84ffb43f0ef1e19792cc4b795704.zip
detail (wrong comment about LUAI_GCPAUSE)
-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)