TParser class bug #2

Yet another bug in uPSC_classes.pas, in procedure SIRegisterTPARSER :

line
RegisterMethod(‘function TokenInt:LongInt’);
should be
RegisterMethod(‘function TokenInt: Int64’);

At least this is true for Delphi 7 and later (I have not checked this for earlier Delphi versions).

Regards,
Dmitry.

Hello,
Thanks, the issue was logged as #51584