fixed or sources

Former-commit-id: c8cc104507
This commit is contained in:
Norayr Chilingarian 2014-09-13 18:27:48 +04:00
parent e7e2177e18
commit 8ae13afedd
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
MODULE ORG; (* NW 10.10.2013 code generator in Oberon-07 for RISC*)
IMPORT SYSTEM, Files := OakFiles, ORS, ORB;
IMPORT SYSTEM, Files, ORS, ORB;
(*Code generator for Oberon compiler for RISC processor.
Procedural interface to Parser OSAP; result in array "code".
Procedure Close writes code-files*)