On Fri, Oct 06, 2006 at 08:44:29PM +0200, Karsten Wiese wrote:
>
> Just gave it a try and stumbled over already existing sym_set_changed().
>
> find output (see below) shows the most hits
> for "sym_change_count" in confdata.c.
>
> So how about replacing
> "sym_change_count" by "bool conf_dirty"
> and adding
> "bool conf_get_dirty(void)",
> "void conf_set_dirty(bool)"
Naming is always of difficult...
In kconfig we use "changed" when somethign is changed - we do not use dirty.
And "sym" refers to a symbol - so that is not adequate.
"conf" refer to a full config (at least in some cases).
So I would suggest:
bool conf_changed(void)
void conf_set_changed()
or something like that.
Sam
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kbuild-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel