Browse Source

--- Merging r20848 into '.':
U packages/fcl-fpcunit/src/fpcunit.pp
--- Merging r21833 into '.':
G packages/fcl-fpcunit/src/fpcunit.pp

# revisions: 20848,21833
r20848 | jonas | 2012-04-11 20:07:06 +0200 (Wed, 11 Apr 2012) | 3 lines
Changed paths:
M /trunk/packages/fcl-fpcunit/src/fpcunit.pp

- don't include the lineinfo unit on AIX, because it doesn't have it; in
general, this is also wrong because it won't work on platforms using DWARF
either
r21833 | michael | 2012-07-09 17:39:12 +0200 (Mon, 09 Jul 2012) | 1 line
Changed paths:
M /trunk/packages/fcl-fpcunit/src/fpcunit.pp

* Remove wrong lineinfo unit. It does not work with DWARF

git-svn-id: branches/fixes_2_6@22543 -

marco 13 years ago
parent
commit
46b28054b5
1 changed files with 0 additions and 6 deletions
  1. 0 6
      packages/fcl-fpcunit/src/fpcunit.pp

+ 0 - 6
packages/fcl-fpcunit/src/fpcunit.pp

@@ -18,17 +18,11 @@ unit fpcunit;
 {$h+}
 
 interface
-{$IFNDEF MORPHOS}
-  {$DEFINE SHOWLINEINFO}
-{$ENDIF}
 
 { Uncomment this define to remove the DUnit compatibility interface. }
 {$DEFINE DUnit}
 
 uses
-  {$ifdef SHOWLINEINFO}
-  LineInfo,
-  {$endif}
   SysUtils
   ,Classes
   ;