]> granicus.if.org Git - python/commitdiff
Merged revisions 72159 via svnmerge from
authorGeorg Brandl <georg@python.org>
Fri, 1 May 2009 08:59:13 +0000 (08:59 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 1 May 2009 08:59:13 +0000 (08:59 +0000)
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.
........

Objects/stringlib/string_format.h

index fabc7a1c4fbf30a3640d70b8a1a9414a167676bd..0f57f3fdd463d1e7605709d8078b14726a0b4373 100644 (file)
@@ -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 */