mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
parent
2a551d0ec3
commit
7443364939
2 changed files with 3 additions and 3 deletions
|
|
@ -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