The previous commit left confdata writing out:
authorRob Landley <rob@landley.net>
Mon, 5 Sep 2005 11:04:30 +0000 (11:04 -0000)
committerRob Landley <rob@landley.net>
Mon, 5 Sep 2005 11:04:30 +0000 (11:04 -0000)
commit8f991043625a1933f5086a933d92bac28316869a
treefc2c1fae50aaa37e94f1e47b68e7e50ac5c3abb5
parentd1fa5859d60b246f5b345e921edbb86e31c41930
The previous commit left confdata writing out:

CONFIG_NUMERIC_CONSTANT=

And on reading it back in, it would complain that '' was an invalid value for
that field.  I.E. "make allnoconfig && make" worked fine, but
"make allnoconfig && make menuconfig" barfed reading in the config file.

So now I have it write out "0" as the blank value.  (It's initialized to the
default value when the menu becomes visible anyway; I checked.)  That seems
to work.
scripts/config/confdata.c