X-Git-Url: http://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=oberon.h;h=53693a79629e8b772c38497cfc0c00046891cbed;hp=4b785453befda47bbdcfe1ccf9c7b9a67ccfd1cc;hb=12ae486a18746b042fcc4ebbefc5449d4d3464af;hpb=c4d4a265b71124ad0e8588601cfc1d66aca84b96 diff --git a/oberon.h b/oberon.h index 4b78545..53693a7 100644 --- a/oberon.h +++ b/oberon.h @@ -259,7 +259,7 @@ enum MODE_FIELD, MODE_DEREF, MODE_NIL, - MODE_NEWARR + MODE_NEW }; enum @@ -304,7 +304,6 @@ struct oberon_item_s int num_args; oberon_expr_t * args; - oberon_type_t * type; }; struct oberon_oper_s