X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=codeb%2Ftree.h;fp=codeb%2Ftree.h;h=a4cfd60a69c46f15732f87d396418827bfc4a497;hb=128163389fedc8bc6029a0efd522ba286eff0c9a;hp=8975cc1066f735b2ff822f19dc16e547a89ff37d;hpb=e212d1c8820ca8e797abec8f8377adfdbea25485;p=uebersetzerbau-ss10.git diff --git a/codeb/tree.h b/codeb/tree.h index 8975cc1..a4cfd60 100644 --- a/codeb/tree.h +++ b/codeb/tree.h @@ -13,14 +13,14 @@ enum { O_RET=1, O_NULL, O_SUB, O_MUL, O_OR=5, O_LESS, O_EQ, O_ID, O_ADD, O_NUM=10, O_FIELD, O_MTWO, O_MFOUR, O_MEIGHT, - O_MONE=15, O_ASSIGN + O_MONE=15, O_ASSIGN, O_IF }; static char *o_names[] = { "", "O_RET", "O_NULL", "O_SUB", "O_MUL", "O_OR", "O_LESS", "O_EQ", "O_ID", "O_ADD", "O_NUM", "O_FIELD", "O_MTWO", "O_MFOUR", "O_MEIGHT", - "O_MONE", "O_ASSIGN" + "O_MONE", "O_ASSIGN", "O_IF" }; struct treenode {