diff options
Diffstat (limited to 'extras/contributed/ats/ptrparsefunc.pas')
-rw-r--r-- | extras/contributed/ats/ptrparsefunc.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/contributed/ats/ptrparsefunc.pas b/extras/contributed/ats/ptrparsefunc.pas index 7c2c0790..a1e514b7 100644 --- a/extras/contributed/ats/ptrparsefunc.pas +++ b/extras/contributed/ats/ptrparsefunc.pas @@ -1,5 +1,7 @@ unit ptrparsefunc; +{$mode objfpc}{$H+} + interface procedure ppSkipSpaces(var ReadPtr : PChar; bufend : PChar); |