From 691c3853d557480fa133e4c4ce8d00a6dd7b2a78 Mon Sep 17 00:00:00 2001 From: skalogryz Date: Wed, 2 Apr 2008 14:22:28 +0000 Subject: [PATCH] some bugs fixed git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@402 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- bindings/pascocoa/parser/ObjCParserUtils.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/pascocoa/parser/ObjCParserUtils.pas b/bindings/pascocoa/parser/ObjCParserUtils.pas index a1adb0468..a48eba1ba 100755 --- a/bindings/pascocoa/parser/ObjCParserUtils.pas +++ b/bindings/pascocoa/parser/ObjCParserUtils.pas @@ -8,11 +8,11 @@ //todo: a lot of things =) -unit ObjCParserUtils; +unit ObjCParserUtils; interface -{$ifdef fpc}{$mode delphi}{$H+}{$endif fpc} + {$ifdef fpc}{$mode delphi}{$H+}{$endif fpc} uses Classes, SysUtils, ObjCParserTypes;