Lisandro Dalcin wrote: > On Thu, Mar 19, 2009 at 3:18 AM, Robert Bradshaw > <[email protected]> wrote: > >>> But an anon enum has no name! >>> >> Oh, now I see what you're asking about. Yes, let's just return "int" >> in this special case. >> >> > > Let's leave this for the time I restart my work on C<->Py conversions > of integral types... > > Anon enums are currently the only way to enforce "constness" on > external declararions... I have fear of braking user code. > > This is yet other more thing we have to improve... "const" keyword > should be accepted and handled at least in external declarations, in > such a way that we can write > When/if this is done, we should also add support for the C99 "restrict" keyword in my opinion.
Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
