mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +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
|
try
|
||||||
S:=TWebIDLScanner.Create(F);
|
S:=TWebIDLScanner.Create(F);
|
||||||
P:=TWebIDLParser.Create(FContext,S);
|
P:=TWebIDLParser.Create(FContext,S);
|
||||||
|
P.Version:=v2;
|
||||||
P.Parse;
|
P.Parse;
|
||||||
Writeln('// Contents of '+AFileName);
|
Writeln('// Contents of '+AFileName);
|
||||||
For I:=0 to FConText.Definitions.Count-1 do
|
For I:=0 to FConText.Definitions.Count-1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user