From 54b504cb60e57a2bc00be2329a3f7ffbf82b9845 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 13 Apr 2003 18:12:39 +0000 Subject: [PATCH] Added a new card flag for cards in giant classes. Don't index selected meta types in such cards. --- lib/index.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.h b/lib/index.h index c6c43d02..cb23ffd6 100644 --- a/lib/index.h +++ b/lib/index.h @@ -57,6 +57,7 @@ enum card_flag { CARD_FLAG_MERGED = 8, /* Destination of a merge [merger] */ CARD_FLAG_IMAGE = 16, /* Is an image object [scanner] */ CARD_FLAG_FRAMESET = 32, /* Contains a frameset to be ignored [scanner] */ + CARD_FLAG_GIANT_CLASS = 64, /* Belongs to a very large class, subject to penalties [merger] */ }; #define CARD_POS_SHIFT 5 /* Card positions are shifted this # of bits to the right */ -- 2.39.2