* V2 is default

git-svn-id: trunk@42790 -
This commit is contained in:
michael 2019-08-24 09:53:23 +00:00
parent 69385a7eb0
commit 9b261254ee

View File

@ -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