ulmPrint ported, ulmStreams modified.

needs test, I am not sure it will work correctly.
it is not clean how some type casts would work in voc.
This commit is contained in:
Norayr Chilingarian 2013-10-22 19:56:23 +04:00
parent c648686eb7
commit ce6490771e
8 changed files with 101 additions and 77 deletions

View file

@ -280,7 +280,7 @@ MODULE ulmStreams;
so, connections with the standard UNIX streams must be
done by other modules
*)
stdin*, stdout, stderr: Stream;
stdin*, stdout*, stderr*: Stream;
errormsg*: ARRAY errorcodes OF Events.Message;
error*: Events.EventType;