[xiph-commits] r9872 - trunk/speex/include/speex

jm at svn.xiph.org jm at svn.xiph.org
Tue Aug 30 16:04:01 PDT 2005


Author: jm
Date: 2005-08-30 16:03:59 -0700 (Tue, 30 Aug 2005)
New Revision: 9872

Modified:
   trunk/speex/include/speex/speex_echo.h
Log:
Removing "restric" keyword for now, as it's causing some Win32 (l)users
problems and it's not that useful yet.


Modified: trunk/speex/include/speex/speex_echo.h
===================================================================
--- trunk/speex/include/speex/speex_echo.h	2005-08-30 22:51:49 UTC (rev 9871)
+++ trunk/speex/include/speex/speex_echo.h	2005-08-30 23:03:59 UTC (rev 9872)
@@ -63,7 +63,7 @@
    float *Y2;
    float *E;
    float *PHI;
-   float * restrict W;
+   float *W;
    float *power;
    float *power_1;
    float *grad;



More information about the commits mailing list