aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/zconf.tab.c_shipped (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixdep: fix assumption that `long` is as large as `void *`Johannes Schindelin2017-07-141-0/+1
| | | | | | | | | | | 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>
* *: trailing empty lines removedDenys Vlasenko2010-07-261-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* - spelling fixesBernhard Reutner-Fischer2008-02-111-1/+1
|
* style fixesDenis Vlasenko2007-04-131-1/+1
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
|
* fix support for globally disabling --long-options.Denis Vlasenko2006-11-291-1/+1
| | | | (disabling them saves ~4K on fully configured bbox)
* build system overhaulDenis Vlasenko2006-10-051-0/+2173