]> mj.ucw.cz Git - libucw.git/blobdiff - lib/index.h
Started v2.5.
[libucw.git] / lib / index.h
index c6c43d022575977be54e1abfd1289bb99f7008a3..cb23ffd63a7b85b654432b8793cdf433e6613551 100644 (file)
@@ -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 */