Browse Source

+ add a Boolean8 alias for Boolean for symmetry's sake (fixes Mantis #34058)

git-svn-id: trunk@39673 -
svenbarth 7 years ago
parent
commit
d9cb5c4502
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/systemh.inc

+ 1 - 0
rtl/inc/systemh.inc

@@ -109,6 +109,7 @@ Type
   Cardinal = LongWord;
   Cardinal = LongWord;
   Integer  = SmallInt;
   Integer  = SmallInt;
   UInt64   = QWord;
   UInt64   = QWord;
+  Boolean8 = Boolean;
 
 
   { moved here from psystem.pas
   { moved here from psystem.pas
     Delphi allows chose of overloaded procedure depending
     Delphi allows chose of overloaded procedure depending