In message <4c2ccd9c$0$1643$742ec...@news.sonic.net>, John Nagle wrote:

> The approach to arrays in C is just broken, for historical reasons.

Nevertheless, it it at least self-consistent. To return to my original 
macro:

    #define Descr(v) &v, sizeof v

As written, this works whatever the type of v: array, struct, whatever.

> So parameter passing in C is very dumb.

Nothing to do with the above issue.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to