fwprop.c: Fix ISO-C99ism.

2008-04-02  Paolo Bonzini  <bonzini@gnu.org>

	* fwprop.c: Fix ISO-C99ism.

From-SVN: r133833
This commit is contained in:
Paolo Bonzini 2008-04-02 12:16:54 +00:00 committed by Paolo Bonzini
parent da0f638158
commit 3f1c227804
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-04-02 Paolo Bonzini <bonzini@gnu.org>
* fwprop.c: Fix ISO-C99ism.
2008-04-02 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/35752

View 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
};