* Add {$inline on}

git-svn-id: trunk@1838 -
This commit is contained in:
daniel 2005-11-28 07:47:44 +00:00
parent 0305d49c53
commit fb730b41fc

View File

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