summaryrefslogtreecommitdiff
path: root/bcc/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/table.c')
-rw-r--r--bcc/table.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bcc/table.c b/bcc/table.c
index 7f4a1ac..19e1528 100644
--- a/bcc/table.c
+++ b/bcc/table.c
@@ -6,8 +6,7 @@
* usually be set to some level different from OFFKLUDGELEVEL.
*/
-#include "const.h"
-#include "types.h"
+#include "bcc.h"
#include "align.h"
#include "gencode.h"
#include "os.h"
@@ -25,7 +24,7 @@
#define GOLDEN 157 /* GOLDEN/HASHTABSIZE approx golden ratio */
#define HASHTABSIZE 256
#define MARKER ((unsigned) 0x18C396A5L) /* lint everywhere it is used */
-#ifdef __AS386_16__
+#ifdef VERY_SMALL_MEMORY
#define MAXEXPR 125
#else
#define MAXEXPR 500