mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 07:50:47 +01:00
* use system.paramstr()
This commit is contained in:
parent
4ec8650ad9
commit
6d8398ab9f
@ -217,7 +217,7 @@ var
|
||||
p : pchar;
|
||||
begin
|
||||
MaybeLoadMessageFile;
|
||||
Message1(option_usage,paramstr(0));
|
||||
Message1(option_usage,system.paramstr(0));
|
||||
lastident:=0;
|
||||
if DoWriteLogo then
|
||||
lines:=3
|
||||
@ -1067,7 +1067,7 @@ begin
|
||||
while paramindex<paramcount do
|
||||
begin
|
||||
inc(paramindex);
|
||||
opts:=paramstr(paramindex);
|
||||
opts:=system.paramstr(paramindex);
|
||||
case opts[1] of
|
||||
'@' :
|
||||
begin
|
||||
@ -1538,7 +1538,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.22 2000-12-23 19:46:49 peter
|
||||
Revision 1.23 2000-12-24 12:21:41 peter
|
||||
* use system.paramstr()
|
||||
|
||||
Revision 1.22 2000/12/23 19:46:49 peter
|
||||
* object to class conversion
|
||||
* more verbosity for -vt and -vd
|
||||
* -i options can be put after eachother so the Makefiles only need
|
||||
|
||||
Loading…
Reference in New Issue
Block a user