aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/collections/CollHash.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-01-12 23:33:28 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-01-12 23:33:28 +0000
commite2de312e82083e1ac62006d3552f05a8ab88253b (patch)
tree210b64d4d17dec3bd6a2f3ca373c8cfbfb7ec2ab /src/lib/collections/CollHash.pas
parentdc71ad22a7e3bb2592e360a533843ca7aa88b1f8 (diff)
downloadusdx-e2de312e82083e1ac62006d3552f05a8ab88253b.tar.gz
usdx-e2de312e82083e1ac62006d3552f05a8ab88253b.tar.xz
usdx-e2de312e82083e1ac62006d3552f05a8ab88253b.zip
FPC compatibility fixes
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1571 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/collections/CollHash.pas')
-rw-r--r--src/lib/collections/CollHash.pas6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/collections/CollHash.pas b/src/lib/collections/CollHash.pas
index 0fda75d9..796fc740 100644
--- a/src/lib/collections/CollHash.pas
+++ b/src/lib/collections/CollHash.pas
@@ -34,9 +34,15 @@ unit CollHash;
* Revision 1.0 by: Matthew Greet Rev date: 01/03/03 10:50:02
* Initial revision.
*
+ * FPC compatibility fixes by: UltraStar Deluxe Team
+ *
* $Endlog$
*****************************************************************************)
+{$IFDEF FPC}
+ {$MODE Delphi}{$H+}
+{$ENDIF}
+
interface
uses