Rationalise -O2 vs -OC library build.

This commit is contained in:
David Brown 2016-10-15 17:15:05 +01:00
parent b231efb466
commit 80de6dc216
206 changed files with 1129 additions and 1456 deletions

View file

@ -1,4 +1,4 @@
MODULE vt100;
MODULE VT100;
IMPORT Out, Strings;
(* reference http://en.wikipedia.org/wiki/ANSI_escape_code
@ -339,4 +339,4 @@ CONST
Strings.Append("hello", tmpstr);
Out.String(tmpstr); Out.Ln;
*)
END vt100.
END VT100.