Commit 11d09c08 by Mark Mitchell Committed by Mark Mitchell

* integrate.c (copy_decl_list): Fix typo.

From-SVN: r22423
parent 2d81c9bf
Tue Sep 15 09:59:01 1998 Mark Mitchell <mark@markmitchell.com>
* integrate.c (copy_decl_list): Fix typo.
Tue Sep 15 04:18:52 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
* config/sparc/sparc.md (movdf_const_intreg_sp32): Fix length
......
......@@ -788,7 +788,7 @@ copy_decl_list (list)
if (list == 0)
return 0;
head = prev = copy_and_set_decl_abstract_origin (head);
head = prev = copy_and_set_decl_abstract_origin (list);
next = TREE_CHAIN (list);
while (next)
{
......
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