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;