Commit f861f674 by Craig Burley Committed by Jeff Law

* com.c (ffecom_tree_canonize_ptr_): Fix up spacing a bit.

From-SVN: r18864
parent 14a378ec
Mon Mar 23 11:58:43 1998 Craig Burley <burley@gnu.org>
* com.c (ffecom_tree_canonize_ptr_): Fix up spacing a bit.
Mon Mar 16 21:20:35 1998 Craig Burley <burley@gnu.org>
* expr.c (ffeexpr_sym_impdoitem_): Don't blindly
......
......@@ -9535,7 +9535,7 @@ ffecom_tree_canonize_ptr_ (tree *decl, tree *offset,
case PARM_DECL:
*decl = t;
*offset = bitsize_int (0L, 0L);
*offset = bitsize_int (0L, 0L);
break;
case ADDR_EXPR:
......@@ -9543,7 +9543,7 @@ ffecom_tree_canonize_ptr_ (tree *decl, tree *offset,
{
/* A reference to COMMON. */
*decl = TREE_OPERAND (t, 0);
*offset = bitsize_int (0L, 0L);
*offset = bitsize_int (0L, 0L);
break;
}
/* Fall through. */
......
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