mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-08 12:21:35 +01:00
* Add {$inline on}
git-svn-id: trunk@1838 -
This commit is contained in:
parent
0305d49c53
commit
fb730b41fc
@ -23,6 +23,7 @@ unit fftw_s;
|
||||
{$CALLING cdecl} {Saves some typing.}
|
||||
|
||||
{$MACRO on}
|
||||
{$INLINE on}
|
||||
|
||||
type complex_single=record
|
||||
re,im:single;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user