As noticed by egor duda, current_menu is declared as 'extern struct menu
authorEric Andersen <andersen@codepoet.org>
Fri, 8 Oct 2004 07:58:30 +0000 (07:58 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 8 Oct 2004 07:58:30 +0000 (07:58 -0000)
commit9e954abc4f6b9c08fcd8b90f5ceaa465ecdfb38d
tree28fdbfbcdf4f8a0811a16cdc23da9cca3c92edc7
parent7daa076d3e24e84ce1f4e9b6133783816575c4c8
As noticed by egor duda, current_menu is declared as 'extern struct menu
*current_menu;' in scripts/config/lkc.h line 63, and this conflicts with
static definition in mconf.c.
scripts/config/mconf.c