/* a_mark.h - symbols used to indicate match/mismatch alignment code */ /* copyright (c) 2003 William R. Pearson and the U. of Virginia */ /* $Name: fa_34_26_5 $ - $Id: a_mark.h,v 1.1 2003/06/26 19:36:32 wrp Exp $ */ #define M_BLANK 0 #define M_NEG 1 #define M_ZERO 2 #define M_POS 3 #define M_IDENT 4 #define M_DEL 5