X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Foberon-internals.h;h=7536540a6574ebc901d79e8870ad935ac6f2170b;hb=95acec6c3ae8d3c324c84b001a680aa49320790b;hp=3c6fb853f1a824330eb773fa55a95b7ac0ffd16d;hpb=a0ff807fe0e69c50469e506836467da32f23f754;p=dsw-obn.git diff --git a/src/oberon-internals.h b/src/oberon-internals.h index 3c6fb85..7536540 100644 --- a/src/oberon-internals.h +++ b/src/oberon-internals.h @@ -188,6 +188,7 @@ enum oberon_operator_kind OP_UNARY_MINUS, OP_LOGIC_NOT, OP_ABS, + OP_CAP, OP_ADD, OP_SUB, @@ -213,7 +214,9 @@ enum oberon_operator_kind OP_DIFFERENCE, OP_SYM_DIFFERENCE, OP_COMPLEMENTATION, - OP_IN + OP_IN, + + OP_ASH }; struct oberon_item_t