X-Git-Url: https://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=src%2Foberon-internals.h;h=7536540a6574ebc901d79e8870ad935ac6f2170b;hp=3c6fb853f1a824330eb773fa55a95b7ac0ffd16d;hb=95acec6c3ae8d3c324c84b001a680aa49320790b;hpb=19dd8062f04889d5edbc879d5d9daf89de410aee 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