* expr.c (store_expr): Fix typo.
From-SVN: r34428
This commit is contained in:
parent
a60369f0fe
commit
051ffad528
2 changed files with 5 additions and 1 deletions
|
@ -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 ...
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue