mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 09:09:47 +01:00
* also support ; comments in cfg file
This commit is contained in:
parent
6a89db2fdc
commit
4ad408eab3
@ -899,7 +899,7 @@ begin
|
||||
begin
|
||||
readln(f,opts);
|
||||
RemoveSep(opts);
|
||||
if (opts<>'') then
|
||||
if (opts<>'') and (opts[1]<>';') then
|
||||
begin
|
||||
if opts[1]='#' then
|
||||
begin
|
||||
@ -1406,7 +1406,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.52 2000-01-17 22:50:28 peter
|
||||
Revision 1.53 2000-01-20 10:36:44 daniel
|
||||
* also support ; comments in cfg file
|
||||
|
||||
Revision 1.52 2000/01/17 22:50:28 peter
|
||||
* fixed interpret_envvar whcih crashed when the envvar was not set
|
||||
* also warn if the envvar is empty (=not set)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user