no more pragmas

This commit is contained in:
Roberto Ierusalimschy
2000-05-26 11:04:04 -03:00
parent ed94a85f0c
commit c39345fba3
3 changed files with 46 additions and 172 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: llimits.h,v 1.6 2000/04/26 13:43:25 roberto Exp roberto $
** $Id: llimits.h,v 1.7 2000/05/24 13:54:49 roberto Exp roberto $
** Limits, basic types, and some other "instalation-dependent" definitions
** See Copyright Notice in lua.h
*/
@@ -179,18 +179,6 @@ typedef unsigned long Instruction;
#endif
/* maximum depth of nested $ifs */
#ifndef MAX_IFS
#define MAX_IFS 5 /* arbitrary limit */
#endif
/* maximum size of a pragma line */
#ifndef PRAGMASIZE
#define PRAGMASIZE 80 /* arbitrary limit */
#endif
/* maximum lookback to find a real constant (for code generation) */
#ifndef LOOKBACKNUMS
#define LOOKBACKNUMS 20 /* arbitrary constant */