mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 22:12:24 +00:00
Filenames module name fixed
This commit is contained in:
parent
5f88bfe681
commit
5ea1331d6f
2 changed files with 3 additions and 3 deletions
2
makefile
2
makefile
|
|
@ -155,8 +155,8 @@ stage6:
|
|||
$(VOCSTATIC) -sP oocMsg.Mod oocChannel.Mod
|
||||
$(VOCSTATIC) -sP oocStrings2.Mod oocRts.Mod oocFilenames.Mod
|
||||
$(VOCSTATIC) -sP oocTextRider.Mod oocBinaryRider.Mod oocJulianDay.Mod
|
||||
$(VOCSTATIC) -sP oocwrapperlibc.Mod
|
||||
$(VOCSTATIC) -sP oocFilenames.Mod
|
||||
$(VOCSTATIC) -sP oocwrapperlibc.Mod
|
||||
|
||||
#Ulm's Oberon system libs
|
||||
$(VOCSTATIC) -sP ulmSys.Mod
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
(* This module is obsolete. Don't use it. *)
|
||||
MODULE Filenames;
|
||||
MODULE oocFilenames;
|
||||
(* Note: It is not checked whether the concatenated strings fit into the
|
||||
variables given for them or not *)
|
||||
|
||||
|
|
@ -184,5 +184,5 @@ PROCEDURE ExpandPath*(VAR full: ARRAY OF CHAR; path: ARRAY OF CHAR);
|
|||
END
|
||||
END ExpandPath;
|
||||
|
||||
END Filenames.
|
||||
END oocFilenames.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue