mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
separated Kernel, Files. Texts modules for bootstrapping and general use
Former-commit-id: e1f76da278
This commit is contained in:
parent
5d683e6727
commit
66c583b70e
41 changed files with 3229 additions and 327 deletions
|
|
@ -4,7 +4,7 @@ Refer to the "General ETH Oberon System Source License" contract available at: h
|
|||
MODULE ethZlibReaders; (** Stefan Walthert **)
|
||||
|
||||
IMPORT
|
||||
Files := OakFiles, Zlib := ethZlib, ZlibBuffers := ethZlibBuffers, ZlibInflate := ethZlibInflate;
|
||||
Files, Zlib := ethZlib, ZlibBuffers := ethZlibBuffers, ZlibInflate := ethZlibInflate;
|
||||
|
||||
CONST
|
||||
(** result codes **)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue