summaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llimits.h b/llimits.h
index eed5c9f5..ada86a9b 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.1 2000/03/24 17:26:08 roberto Exp roberto $ 2** $Id: llimits.h,v 1.2 2000/03/24 19:49:23 roberto Exp roberto $
3** Limits, basic types, and some other "instalation-dependent" definitions 3** Limits, basic types, and some other "instalation-dependent" definitions
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -178,7 +178,7 @@ typedef unsigned long Instruction;
178 178
179/* maximum lookback to find a real constant (for code generation) */ 179/* maximum lookback to find a real constant (for code generation) */
180#ifndef LOOKBACKNUMS 180#ifndef LOOKBACKNUMS
181#define LOOKBACKNUMS 20 /* arbitrary limit */ 181#define LOOKBACKNUMS 20 /* arbitrary constant */
182#endif 182#endif
183 183
184 184