X-Git-Url: https://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=oberon.h;h=30c4cbe47e3bf7b847aab2a5ea966f2f484fa31b;hp=f84d332ca73124ace42cbaaa6c097586038bd114;hb=7d4370a6cf1df8bacbead0511e4a9a1b6941003e;hpb=734fa8f9223c140a583e7f193df810d48555ac34 diff --git a/oberon.h b/oberon.h index f84d332..30c4cbe 100644 --- a/oberon.h +++ b/oberon.h @@ -38,6 +38,7 @@ struct gen_context_s gcc_jit_context * gcc_context; gcc_jit_result * gcc_result; gen_block_t * block; + unsigned record_count; }; typedef struct oberon_type_s oberon_type_t;