Browse Source

* {$inline on} added to fix compilation with 2.0.4

git-svn-id: trunk@6441 -
joost 18 years ago
parent
commit
6741866689
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/objpas/fmtbcd.pp

+ 2 - 0
rtl/objpas/fmtbcd.pp

@@ -49,6 +49,8 @@
 {$mode objfpc}
 {$mode objfpc}
 {$h-}
 {$h-}
 
 
+{$inline on}
+
 {$macro on}
 {$macro on}
 
 
 {$define BCDMaxDigits := 64 } { should be even }
 {$define BCDMaxDigits := 64 } { should be even }