Skip to content

Pascal QWord to UInt64 #4

@madorin

Description

@madorin

Generator output a type alias like:
{$IFNDEF FPC}
QWord = UInt64;
{$ENDIF}

It's better to use UInt64 instead of QWord and remove this compiler directive.
UInt64 is defined in Embarcadero Object Pascal and also in Free Pascal.

p.s.
And will it be really great to use double space as indents instead of tabs ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions