summaryrefslogtreecommitdiff
path: root/packages/pastojs/src/pastojs.inc
blob: 94a7a47e0fd7338e071745c72deb2238067c3e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{$mode objfpc}{$H+}
{$inline on}

{$ifdef fpc}
  {$define UsePChar}
  {$define HasInt64}
{$endif}

{$IF FPC_FULLVERSION>30100}
  {$warn 6058 off} // cannot inline
{$ENDIF}