some bugs fixed

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@402 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz 2008-04-02 14:22:28 +00:00
parent ec4c66651a
commit 691c3853d5

View File

@ -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;