diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-03-22 14:45:55 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-03-22 14:45:55 -0300 |
commit | 9c196bebad4f84ffb43f0ef1e19792cc4b795704 (patch) | |
tree | 732126fdca53d38c1ef1ccf5462565b50503fd2d | |
parent | 28b2566c971ca407cff22126990684fa4da03298 (diff) | |
download | lua-9c196bebad4f84ffb43f0ef1e19792cc4b795704.tar.gz lua-9c196bebad4f84ffb43f0ef1e19792cc4b795704.tar.bz2 lua-9c196bebad4f84ffb43f0ef1e19792cc4b795704.zip |
detail (wrong comment about LUAI_GCPAUSE)
-rw-r--r-- | lstate.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |