diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-08-27 12:16:28 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-08-27 12:16:28 -0300 |
commit | c3d72096c4841ebc04a0615917d71f22aaa5e5ff (patch) | |
tree | 45b143ed4284ba9b30fdae965aef0a047aab6deb /llimits.h | |
parent | 7afc74ff07907294a2162600023a9c61a64cdbd5 (diff) | |
download | lua-c3d72096c4841ebc04a0615917d71f22aaa5e5ff.tar.gz lua-c3d72096c4841ebc04a0615917d71f22aaa5e5ff.tar.bz2 lua-c3d72096c4841ebc04a0615917d71f22aaa5e5ff.zip |
use a table to find (and reuse) constants when parsing
Diffstat (limited to '')
-rw-r--r-- | llimits.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.29 2001/06/05 18:17:01 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.30 2001/06/05 20:01:09 roberto Exp roberto $ |
3 | ** Limits, basic types, and some other `installation-dependent' definitions | 3 | ** Limits, basic types, and some other `installation-dependent' definitions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -124,10 +124,4 @@ typedef unsigned long Instruction; | |||
124 | 124 | ||
125 | 125 | ||
126 | 126 | ||
127 | /* maximum lookback to find a real constant (for code generation) */ | ||
128 | #ifndef LOOKBACKNUMS | ||
129 | #define LOOKBACKNUMS 40 /* arbitrary constant */ | ||
130 | #endif | ||
131 | |||
132 | |||
133 | #endif | 127 | #endif |