aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/zconf.hash.c_shipped (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixdep: fix assumption that `long` is as large as `void *`Johannes Schindelin2017-07-141-30/+30
| | | | | | | | | | | It is not. At least not in general. And in particular not on 64-bit Windows, where sizeof(long) == 4. What the code wanted to use is actually called intptr_t. Note: `intptr_t` is a C99 feature. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* randomconfig fixesDenys Vlasenko2016-06-191-12/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system overhaulDenis Vlasenko2006-10-051-0/+231