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

From-SVN: r18864
This commit is contained in:
Craig Burley 1998-03-27 19:35:33 -05:00 committed by Jeff Law
parent 14a378ec2a
commit f861f67479
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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. */