Explorar el Código

* Reverted work-around from r12744 now bug #12985 is fixed

git-svn-id: trunk@13049 -
joost hace 16 años
padre
commit
25c5d2658c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fftw/src/fftw_s.pas

+ 1 - 1
packages/fftw/src/fftw_s.pas

@@ -91,7 +91,7 @@ function fftw_plan_dft(rank:cardinal;n:Pcardinal;i:Pcomplex_single;o:Psingle;
 
 procedure fftw_destroy_plan(plan:fftw_plan_single);
           external 'fftw3f' name 'fftwf_destroy_plan';
-procedure fftw_execute(plan:fftw_plan_single); cdecl; // Added 'cdecl' as a temporary workaround for bug 12985
+procedure fftw_execute(plan:fftw_plan_single);
           external 'fftw3f' name 'fftwf_execute';
 
 {$calling register} {Back to normal!}