diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-05-26 11:04:04 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-05-26 11:04:04 -0300 |
commit | c39345fba361257bc426cd042a39691a0d68d68a (patch) | |
tree | e8d03e26854c360fa33d380f0d263b34b3bff36f /llimits.h | |
parent | ed94a85f0c08b2c17e82f0012e503aac13afe9a7 (diff) | |
download | lua-c39345fba361257bc426cd042a39691a0d68d68a.tar.gz lua-c39345fba361257bc426cd042a39691a0d68d68a.tar.bz2 lua-c39345fba361257bc426cd042a39691a0d68d68a.zip |
no more pragmas
Diffstat (limited to '')
-rw-r--r-- | llimits.h | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.6 2000/04/26 13:43:25 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.7 2000/05/24 13:54:49 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 | */ |
@@ -179,18 +179,6 @@ typedef unsigned long Instruction; | |||
179 | #endif | 179 | #endif |
180 | 180 | ||
181 | 181 | ||
182 | /* maximum depth of nested $ifs */ | ||
183 | #ifndef MAX_IFS | ||
184 | #define MAX_IFS 5 /* arbitrary limit */ | ||
185 | #endif | ||
186 | |||
187 | |||
188 | /* maximum size of a pragma line */ | ||
189 | #ifndef PRAGMASIZE | ||
190 | #define PRAGMASIZE 80 /* arbitrary limit */ | ||
191 | #endif | ||
192 | |||
193 | |||
194 | /* maximum lookback to find a real constant (for code generation) */ | 182 | /* maximum lookback to find a real constant (for code generation) */ |
195 | #ifndef LOOKBACKNUMS | 183 | #ifndef LOOKBACKNUMS |
196 | #define LOOKBACKNUMS 20 /* arbitrary constant */ | 184 | #define LOOKBACKNUMS 20 /* arbitrary constant */ |