mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
fix of --extention feature.
This commit is contained in:
parent
d72fc1b2cc
commit
80a0d3a3ff
1 changed files with 3 additions and 1 deletions
|
|
@ -298,7 +298,9 @@ MODULE OPM; (* RC 6.3.89 / 28.6.89, J.Templ 10.7.89 / 22.7.96 *)
|
||||||
WHILE s[0] = OptionChar DO
|
WHILE s[0] = OptionChar DO
|
||||||
IF s = cextopt (* if '--extention' present *) THEN
|
IF s = cextopt (* if '--extention' present *) THEN
|
||||||
(* cext it is initialized as ".c" in Configuration.Mod *)
|
(* cext it is initialized as ".c" in Configuration.Mod *)
|
||||||
Modules.GetArg(S, s); COPY(s, Configuration.cext);
|
INC(S);
|
||||||
|
Modules.GetArg(S, s);
|
||||||
|
COPY(s, Configuration.cext);
|
||||||
ELSE
|
ELSE
|
||||||
ScanOptions(s);
|
ScanOptions(s);
|
||||||
END;
|
END;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue