]> granicus.if.org Git - python/commitdiff
#10222: fix for overzealous AIX compiler.
authorGeorg Brandl <georg@python.org>
Fri, 29 Oct 2010 04:54:13 +0000 (04:54 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 29 Oct 2010 04:54:13 +0000 (04:54 +0000)
Parser/tokenizer.h

index 424567d148a07c86a911636c2fb838f5ec9702d0..2be3bf2e3158999a4ba3b23c99f768c54b9f9e14 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
 enum decoding_state {
     STATE_INIT,
     STATE_RAW,
-    STATE_NORMAL, /* have a codec associated with input */
+    STATE_NORMAL        /* have a codec associated with input */
 };
 
 /* Tokenizer state */