X-Git-Url: https://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=src%2Foberon.c;h=ebcaa990f9640d227f34c139844e63b26e5defee;hp=4afd4c27825aa3eccf0f95c0d62e40c010e3366d;hb=5185ccf4b3caa619f466fdb2890e955b42264a88;hpb=1128fa8566c932e3996abd427fc75bc4c946e656 diff --git a/src/oberon.c b/src/oberon.c index 4afd4c2..ebcaa99 100644 --- a/src/oberon.c +++ b/src/oberon.c @@ -1285,6 +1285,7 @@ oberon_make_call_proc(oberon_context_t * ctx, oberon_item_t * item, int num_args || ((x) == CHAR) \ || ((x) == STRING) \ || ((x) == NIL) \ + || ((x) == LBRACE) \ || ((x) == LPAREN) \ || ((x) == NOT))