Browse Source

* Add {$inline on}

git-svn-id: trunk@1838 -
daniel 20 years ago
parent
commit
fb730b41fc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/extra/fftw/fftw_s.pas

+ 1 - 0
packages/extra/fftw/fftw_s.pas

@@ -23,6 +23,7 @@ unit fftw_s;
 {$CALLING cdecl} {Saves some typing.}
 
 {$MACRO on}
+{$INLINE on}
 
 type    complex_single=record
           re,im:single;