Browse Source

--- Merging r20620 into '.':
U rtl/inc/softfpu.pp

# revisions: 20620
------------------------------------------------------------------------
r20620 | florian | 2012-03-25 11:34:28 +0200 (Sun, 25 Mar 2012) | 1 line
Changed paths:
M /trunk/rtl/inc/softfpu.pp

* remove duplicate types after r20603, resolves #21548
------------------------------------------------------------------------

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

marco 13 years ago
parent
commit
bb428a303c
1 changed files with 0 additions and 6 deletions
  1. 0 6
      rtl/inc/softfpu.pp

+ 0 - 6
rtl/inc/softfpu.pp

@@ -104,12 +104,6 @@ TYPE
   end;
   end;
 
 
   flag = byte;
   flag = byte;
-  uint8 = byte;
-  int8 = shortint;
-  uint16 = word;
-  int16 = smallint;
-  uint32 = longword;
-  int32 = longint;
 
 
   bits8 = byte;
   bits8 = byte;
   sbits8 = shortint;
   sbits8 = shortint;