From f23a17e0c607b979c3e8a41b4f8522c9a44197cd Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 1 Nov 2012 16:24:36 -0700 Subject: Improvements to LMS code. --- src/map/if/if.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/if/if.h') diff --git a/src/map/if/if.h b/src/map/if/if.h index 9e649e0c..2fee88c4 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -53,6 +53,8 @@ ABC_NAMESPACE_HEADER_START // the largest possible user cut cost #define IF_COST_MAX 8191 // ((1<<13)-1) +#define IF_BIG_CHAR 120 + // object types typedef enum { IF_NONE, // 0: non-existent object -- cgit v1.2.3