[Speex-dev] Error in speex_echo.h?
Jean-Marc Valin
Jean-Marc.Valin at USherbrooke.ca
Wed Jun 22 17:44:40 PDT 2005
It's not a bug, it's a feature. Actually, restrict is a C99 keyword.
It's not yet supported by all compilers, but you can always just:
#define restrict
and it'll work.
Jean-Marc
Le mercredi 22 juin 2005 à 17:29 -0700, Lawrence S Lam a écrit :
> Hi,
>
> Is there an error in the speex_echo.h for version speex 1.1.10?
>
> float * restrict W;
>
>
> Should it be?
>
> float *restrict;
> float *W;
>
> Thanks in advance
>
> _______________________________________________
> Speex-dev mailing list
> Speex-dev at xiph.org
> http://lists.xiph.org/mailman/listinfo/speex-dev
More information about the Speex-dev
mailing list