Kaydet (Commit) fb526ac3 authored tarafından Georg Brandl's avatar Georg Brandl

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.
........
üst 4947606e
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment