diff options
Diffstat (limited to 'lcode.c')
-rw-r--r-- | lcode.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -314,15 +314,6 @@ void luaK_patchtohere (FuncState *fs, int list) { | |||
314 | } | 314 | } |
315 | 315 | ||
316 | 316 | ||
317 | /* | ||
318 | ** MAXimum number of successive Instructions WiTHout ABSolute line | ||
319 | ** information. | ||
320 | */ | ||
321 | #if !defined(MAXIWTHABS) | ||
322 | #define MAXIWTHABS 120 | ||
323 | #endif | ||
324 | |||
325 | |||
326 | /* limit for difference between lines in relative line info. */ | 317 | /* limit for difference between lines in relative line info. */ |
327 | #define LIMLINEDIFF 0x80 | 318 | #define LIMLINEDIFF 0x80 |
328 | 319 | ||