--- psiconv/trunk/lib/psiconv/parse_formula.c 2001/02/08 20:03:49 107 +++ psiconv/trunk/lib/psiconv/parse_formula.c 2001/02/15 21:54:23 108 @@ -50,10 +50,7 @@ {psiconv_formula_op_neg,1,"-"}, {psiconv_formula_op_not,1,"NOT"}, {psiconv_formula_op_and,2,"AND"}, - {psiconv_formula_op_or,2,"OR"}, - {psiconv_formula_unknown,0,"*UNKNOWN*"}, - {psiconv_formula_unknown,0,"*UNKNOWN*"}, - {psiconv_formula_unknown,0,"*UNKNOWN*"}, /* 10 */ + {psiconv_formula_op_or,2,"OR"}, /* 10 */ {psiconv_formula_op_con,2,"&"}, {psiconv_formula_op_bra,1,"()"}, {psiconv_formula_unknown,0,"*UNKNOWN*"},