[docs] C code wrong after forward declaration

Sandro Tosi sandro.tosi at gmail.com
Mon Aug 1 00:48:49 CEST 2011


Hello Albert,

On Tue, Jul 12, 2011 at 02:03, Albert Zeyer <albert.zeyer at rwth-aachen.de> wrote:
> struct cell; /* forward declaration */
>
> struct cell {
>    char *name;
>    struct cell *next;
> };
>

thanks for spotting it! I've just filed
http://bugs.python.org/issue12670 to fix it.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


More information about the docs mailing list