mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-07 06:52:25 +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.
Former-commit-id: ce6490771e
This commit is contained in:
parent
39898530de
commit
f9c6bc3a30
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