Sridhar Ratnakumar <sridh...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5889>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to