Filenames module name fixed

This commit is contained in:
Norayr Chilingarian 2013-11-12 16:36:07 +04:00
parent 5f88bfe681
commit 5ea1331d6f
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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.