mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
#5889: remove comma at the end of a list that some C compilers don't like.
This commit is contained in:
parent
4af40d2173
commit
ca87fa5a5b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue