This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Extension to web.c


On Mon, 27 Feb 2006, Mircea Namolaru wrote:
> 2006-02-27  Leehod Baruch  <leehod.baruch@weizmann.ac.il>
>
>	* df.h (struct web_entry): Moved from web.c.
>	(union_defs): Declaration as extern.
>	(unionfind_root): Likewise.
>	(unionfind_union): Likewise.
>	* web.c (struct web_entry): Moved to df.h.
>	(unionfind_root): Remove static declaration.
>	(unionfind_union): Likewise.
>	(union_defs): Likewise and generalize to use callback function.
>	(web_main): Update arguments for union_defs function call.

This is Ok for mainline.  Thanks.

Roger
--


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]