separated Kernel, Files. Texts modules for bootstrapping and general use

This commit is contained in:
Norayr Chilingarian 2014-03-21 04:00:44 +08:00
parent e0a915b319
commit e1f76da278
41 changed files with 3226 additions and 323 deletions

View file

@ -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 **)