mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Update bootstrap C sources.
This commit is contained in:
parent
7386767d84
commit
6f43c272c9
186 changed files with 211 additions and 211 deletions
|
|
@ -152,7 +152,7 @@ MODULE Modules; (* jt 6.1.96 *)
|
|||
END ExtractPart;
|
||||
|
||||
PROCEDURE Trim(s: ARRAY OF CHAR; VAR d: ARRAY OF CHAR);
|
||||
(* Remove redundant '.'s and '/'s. Convert '\'s to '/'. *)
|
||||
(* Remove redundant '.'s and '/'s. Convert '\'s to '/'.
|
||||
Note, does not remove 'x/..'. This cannot safely be removed because if
|
||||
x is a link then 'x/..' means the parent of what x links to rather than
|
||||
the directory containing link x.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue