mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 21:32:26 +00:00
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:
parent
c648686eb7
commit
ce6490771e
8 changed files with 101 additions and 77 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue