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:
Georg Brandl 2009-05-01 08:59:13 +00:00
parent 4947606ecc
commit fb526ac34a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ typedef struct {
typedef enum { typedef enum {
ANS_INIT, ANS_INIT,
ANS_AUTO, ANS_AUTO,
ANS_MANUAL, ANS_MANUAL
} AutoNumberState; /* Keep track if we're auto-numbering fields */ } AutoNumberState; /* Keep track if we're auto-numbering fields */
/* Keeps track of our auto-numbering state, and which number field we're on */ /* Keeps track of our auto-numbering state, and which number field we're on */