X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Foberon.c;h=1d9e670e82fcc1c2e197b7bcbeea9b91cc935782;hb=82dcffa336ec4c35e6212ec87482f77fda014978;hp=5abb2090477536027219f41e2e0b9e78b69d9ab5;hpb=f34b0f1f6a54eda1ad328576e48d92b96ad160ac;p=dsw-obn.git diff --git a/src/oberon.c b/src/oberon.c index 5abb209..1d9e670 100644 --- a/src/oberon.c +++ b/src/oberon.c @@ -4958,7 +4958,10 @@ oberon_create_context(ModuleImportCallback import_module) /* Types */ oberon_new_intrinsic_type(ctx, "BYTE", ctx -> system_byte_type); oberon_new_intrinsic_type(ctx, "PTR", ctx -> system_ptr_type); + oberon_new_intrinsic_type(ctx, "INT8", ctx -> byte_type); + oberon_new_intrinsic_type(ctx, "INT16", ctx -> shortint_type); oberon_new_intrinsic_type(ctx, "INT32", ctx -> int_type); + oberon_new_intrinsic_type(ctx, "INT64", ctx -> longint_type); oberon_new_intrinsic_type(ctx, "SET32", ctx -> set_type); /* Functions */