mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
fixed games with compatIn module
This commit is contained in:
parent
da97c546c4
commit
5f508b16bb
12 changed files with 207 additions and 5 deletions
|
|
@ -10,6 +10,8 @@ all:
|
|||
clean:
|
||||
rm *.o
|
||||
rm *.c
|
||||
rm *.h
|
||||
rm *.sym
|
||||
|
||||
install:
|
||||
cp vmake /opt/voc/bin/
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Make.Order {filename} ~
|
|||
(* taken from trianus system source ; -- noch *)
|
||||
|
||||
MODULE vmake; (*HM 94-06-22 / *)
|
||||
IMPORT Texts := CmdlnTexts, In := compatIn, Out := Console;
|
||||
IMPORT Texts, In := compatIn, Out := Console;
|
||||
|
||||
TYPE
|
||||
ModuleName = ARRAY 64 OF CHAR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue