Hi,

On Tue, 22 Mar 2005 [EMAIL PROTECTED] wrote:

> Replace a menu_add_prop mimicking menu_add_prompt with the latter.
> 
> Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
> ---
> 
>  linux-2.6.11-paolo/scripts/kconfig/zconf.y |    2 +-
>  1 files changed, 1 insertion(+), 1 deletion(-)
> 
> diff -puN scripts/kconfig/zconf.y~kbuild-cleanup scripts/kconfig/zconf.y
> --- linux-2.6.11/scripts/kconfig/zconf.y~kbuild-cleanup       2005-03-22 
> 17:34:36.000000000 +0100
> +++ linux-2.6.11-paolo/scripts/kconfig/zconf.y        2005-03-22 
> 17:35:14.000000000 +0100
> @@ -443,7 +443,7 @@ prompt_stmt_opt:
>         /* empty */
>       | prompt if_expr
>  {
> -     menu_add_prop(P_PROMPT, $1, NULL, $2);
> +     menu_add_prompt(P_PROMPT, $1, $2);
>  };
>  

If you change this, then please do it completely. All other remaining 
menu_add_prop in that can be changed to menu_add_prompt too and the same 
change needs to be done to zconf.tab.c_shipped.

bye, Roman


-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
kbuild-devel mailing list
kbuild-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to