/[public]/psiconv/trunk/lib/psiconv/parse_formula.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/parse_formula.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 107 Revision 108
48 {psiconv_formula_op_pow,2,"^"}, 48 {psiconv_formula_op_pow,2,"^"},
49 {psiconv_formula_op_pos,1,"+"}, 49 {psiconv_formula_op_pos,1,"+"},
50 {psiconv_formula_op_neg,1,"-"}, 50 {psiconv_formula_op_neg,1,"-"},
51 {psiconv_formula_op_not,1,"NOT"}, 51 {psiconv_formula_op_not,1,"NOT"},
52 {psiconv_formula_op_and,2,"AND"}, 52 {psiconv_formula_op_and,2,"AND"},
53 {psiconv_formula_op_or,2,"OR"}, 53 {psiconv_formula_op_or,2,"OR"}, /* 10 */
54 {psiconv_formula_unknown,0,"*UNKNOWN*"},
55 {psiconv_formula_unknown,0,"*UNKNOWN*"},
56 {psiconv_formula_unknown,0,"*UNKNOWN*"}, /* 10 */
57 {psiconv_formula_op_con,2,"&"}, 54 {psiconv_formula_op_con,2,"&"},
58 {psiconv_formula_op_bra,1,"()"}, 55 {psiconv_formula_op_bra,1,"()"},
59 {psiconv_formula_unknown,0,"*UNKNOWN*"}, 56 {psiconv_formula_unknown,0,"*UNKNOWN*"},
60 {psiconv_formula_unknown,0,"*UNKNOWN*"}, 57 {psiconv_formula_unknown,0,"*UNKNOWN*"},
61 {psiconv_formula_mark_eof,0,"End of formula"}, 58 {psiconv_formula_mark_eof,0,"End of formula"},

Legend:
Removed from v.107  
changed lines
  Added in v.108

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26