[issue5889] Extra comma in enum - fails on AIX

Sridhar Ratnakumar report at bugs.python.org
Thu Apr 30 20:45:24 CEST 2009


Sridhar Ratnakumar <sridharr at activestate.com> added the comment:

typedef enum {
    ANS_INIT,
    ANS_AUTO,
    ANS_MANUAL,  <--- Extra comma need to be removed
} AutoNumberState;   /* Keep track if we're auto-numbering fields */

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5889>
_______________________________________


More information about the Python-bugs-list mailing list