mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
Force git rename of VT100 in bootstrap, make SYSTEM.* mdel independent.
This commit is contained in:
parent
80de6dc216
commit
1507d9cb0a
34 changed files with 152 additions and 131 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(* Test that interrupt and quit are handled correctly. *)
|
||||
MODULE SignalTest;
|
||||
IMPORT Console, Platform, Files;
|
||||
IMPORT Console, Platform, Files, SYSTEM;
|
||||
|
||||
VAR result: Files.File; rider: Files.Rider;
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ BEGIN
|
|||
END wi;
|
||||
|
||||
|
||||
PROCEDURE handle(signal: INTEGER);
|
||||
PROCEDURE handle(signal: SYSTEM.INT32);
|
||||
BEGIN
|
||||
Console.Ln; Console.String("Signal: "); Console.Int(signal,1); Console.Ln;
|
||||
ws("Signal "); wi(signal); wl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue