mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
Fix -OC set size in usage text
This commit is contained in:
parent
7f4b284aef
commit
63008f6d30
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ MODULE OPM; (* RC 6.3.89 / 28.6.89, J.Templ 10.7.89 / 22.7.96 *)
|
|||
LogWLn;
|
||||
LogWStr(" Size model for elementary types (default O2)"); LogWLn;
|
||||
LogWStr(" -O2 Original Oberon / Oberon-2: 8 bit SHORTINT, 16 bit INTEGER, 32 bit LONGINT and SET."); LogWLn;
|
||||
LogWStr(" -OC Component Pascal: 16 bit SHORTINT, 32 bit INTEGER, 64 bit LONGINT and SET."); LogWLn;
|
||||
LogWStr(" -OC Component Pascal: 16 bit SHORTINT, 32 bit INTEGER and SET, 64 bit LONGINT."); LogWLn;
|
||||
LogWStr(" -OV Alternate large model: 8 bit SHORTINT, 32 bit INTEGER, 64 bit LONGINT and SET."); LogWLn;
|
||||
LogWLn;
|
||||
LogWStr(" Target machine address size and alignment (default is that of the running compiler binary)"); LogWLn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue