mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
first colored messasges in OPM using vt100, 'f' option added to disable
it
Former-commit-id: 338c3f47e8
This commit is contained in:
parent
da0807d369
commit
485e27a287
29 changed files with 757 additions and 136 deletions
|
|
@ -1,5 +1,5 @@
|
|||
MODULE version;
|
||||
IMPORT Strings := oocOakStrings, architecture, prf;
|
||||
IMPORT Strings, architecture, prf;
|
||||
CONST
|
||||
(* targets *)
|
||||
gnux86* = 0; gnux8664* = 1; gnuarmv6j* = 2; gnuarmv6jhardfp* = 3; gnuarmv7ahardfp* = 4; gnupowerpc* = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue