mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 22:12:24 +00:00
main program msg is also green
This commit is contained in:
parent
fc3af7e3af
commit
561137e16d
3 changed files with 4 additions and 1 deletions
|
|
@ -47,7 +47,10 @@ VAR mname : ARRAY 256 OF CHAR; (* noch *)
|
|||
IF OPM.noerr THEN
|
||||
(*IF (OPM.mainprog IN OPM.opt) & (OPM.modName # "SYSTEM") THEN*)
|
||||
IF (OPM.mainProg OR OPM.mainLinkStat) & (OPM.modName # "SYSTEM") THEN
|
||||
OPM.DeleteNewSym; OPM.LogWStr(" main program")
|
||||
OPM.DeleteNewSym;
|
||||
IF ~OPM.notColorOutput THEN vt100.SetAttr(vt100.Green) END;
|
||||
OPM.LogWStr(" main program");
|
||||
IF ~OPM.notColorOutput THEN vt100.SetAttr(vt100.ResetAll) END;
|
||||
ELSE
|
||||
IF new THEN
|
||||
IF ~OPM.notColorOutput THEN vt100.SetAttr(vt100.Green) END;
|
||||
|
|
|
|||
BIN
voc
BIN
voc
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue