Lisandro Dalcin wrote:
> But when you see full and correct, do you mean that
> Pyrex will match the behavior of a C/C++ compiler like gcc in the
> example above

Below?

>   const int * p       = a;
>   int * const q       = a;
>   const int * const r = a;

That's the intention, yes. If I'm going to do it at
all, I might as well do it properly.

-- 
Greg
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to