fwprop.c: Fix ISO-C99ism.
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 2 Apr 2008 12:16:54 +0000 (12:16 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Wed, 2 Apr 2008 12:16:54 +0000 (12:16 +0000)
2008-04-02  Paolo Bonzini  <bonzini@gnu.org>

* fwprop.c: Fix ISO-C99ism.

From-SVN: r133833

gcc/ChangeLog
gcc/fwprop.c

index c3cb0f5..714c380 100644 (file)
@@ -1,5 +1,9 @@
 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
 
+       * fwprop.c: Fix ISO-C99ism.
+
+2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
+
        PR bootstrap/35752
        * Makefile.in (objdir): Set it here.
        * configure.ac: Not here.  Find dynamic linker characteristics.
index 4d97c9c..d265af3 100644 (file)
@@ -231,7 +231,7 @@ enum {
      PR_HANDLE_MEM is set when the source of the propagation was not
      another MEM.  Then, it is safe not to treat non-read-only MEMs as
      ``opaque'' objects.  */
-  PR_HANDLE_MEM = 2,
+  PR_HANDLE_MEM = 2
 };