* expr.c (store_expr): Fix typo.

From-SVN: r34428
This commit is contained in:
Jason Merrill 2000-06-06 16:28:49 +00:00 committed by Jason Merrill
parent a60369f0fe
commit 051ffad528
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-06-06 Jason Merrill <jason@casey.soma.redhat.com>
* expr.c (store_expr): Fix typo.
2000-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* m68k.c (legitimize_pic_address): Move prototype ...

View File

@ -4023,7 +4023,7 @@ store_expr (exp, target, want_value)
GEN_INT (MEMORY_USE_WO),
TYPE_MODE (integer_type_node));
in_check_memory_usage = 0;
clear_storage (target, size, align);
clear_storage (dest, size, align);
}
if (label)