summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2015-04-02 17:21:44 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2015-04-02 17:21:44 +0100
commit59af5a41f7355521585f6e9c8bcc5e33ab895291 (patch)
treed5a31c602b748dd7c1677c4d9f3204466478bbb6
parent4f81ed06520cd1ecafce29cf36b543b3ffda0c8d (diff)
downloadfpGUI-59af5a41f7355521585f6e9c8bcc5e33ab895291.tar.xz
ats: add missing compiler mode and AnsiString directive to unit.
Thanks to Echi for reporting this.
-rw-r--r--extras/contributed/ats/ptrparsefunc.pas2
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);