mirror of https://github.com/python/cpython
Merged revisions 72159 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72159 | georg.brandl | 2009-05-01 10:51:37 +0200 (Fr, 01 Mai 2009) | 2 lines #5889: remove comma at the end of a list that some C compilers don't like. ........
This commit is contained in:
parent
4947606ecc
commit
fb526ac34a
|
@ -34,7 +34,7 @@ typedef struct {
|
|||
typedef enum {
|
||||
ANS_INIT,
|
||||
ANS_AUTO,
|
||||
ANS_MANUAL,
|
||||
ANS_MANUAL
|
||||
} AutoNumberState; /* Keep track if we're auto-numbering fields */
|
||||
|
||||
/* Keeps track of our auto-numbering state, and which number field we're on */
|
||||
|
|
Loading…
Reference in New Issue