X-Git-Url: https://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=src%2Foberon-internals.h;h=528842bb6c8b24f0503c85b1b45ca3d0ed9ae551;hp=b81eb95fea111b6b1d9231ca92f176ba90069f7a;hb=789adb9354da345b13aa284f3f4f8f1046cadbc4;hpb=2e868cbd80ac5144b08154aaf2cf7bf7be455b61 diff --git a/src/oberon-internals.h b/src/oberon-internals.h index b81eb95..528842b 100644 --- a/src/oberon-internals.h +++ b/src/oberon-internals.h @@ -229,7 +229,8 @@ enum oberon_operator_kind OP_IN, OP_ASH, - OP_LSH + OP_LSH, + OP_ROT }; struct oberon_item_t