mirror of
https://github.com/python/cpython.git
synced 2026-05-17 18:08:50 -04:00
#5889: remove comma at the end of a list that some C compilers don't like.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user