mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 02:28:22 +02:00
* V2 is default
git-svn-id: trunk@42790 -
This commit is contained in:
parent
69385a7eb0
commit
9b261254ee
@ -44,6 +44,7 @@ begin
|
||||
try
|
||||
S:=TWebIDLScanner.Create(F);
|
||||
P:=TWebIDLParser.Create(FContext,S);
|
||||
P.Version:=v2;
|
||||
P.Parse;
|
||||
Writeln('// Contents of '+AFileName);
|
||||
For I:=0 to FConText.Definitions.Count-1 do
|
||||
|
Loading…
Reference in New Issue
Block a user