| static const struct resword *is_reserved_word(register const char *str, register unsigned int len); |
| struct resword { const char *name; int token; } |
| EXPORT_SYMBOL, EXPORT_SYMBOL_KEYW |
| EXPORT_SYMBOL_GPL, EXPORT_SYMBOL_KEYW |
| EXPORT_SYMBOL_GPL_FUTURE, EXPORT_SYMBOL_KEYW |
| EXPORT_UNUSED_SYMBOL, EXPORT_SYMBOL_KEYW |
| EXPORT_UNUSED_SYMBOL_GPL, EXPORT_SYMBOL_KEYW |
| __attribute, ATTRIBUTE_KEYW |
| __attribute__, ATTRIBUTE_KEYW |
| __extension__, EXTENSION_KEYW |
| __volatile, VOLATILE_KEYW |
| __volatile__, VOLATILE_KEYW |
| # According to rth, c99 defines _Bool, __restrict, __restrict__, restrict. KAO |
| __restrict__, RESTRICT_KEYW |
| # attribute commented out in modutils 2.4.2. People are using 'attribute' as a |
| # field name which breaks the genksyms parser. It is not a gcc keyword anyway. |
| # attribute, ATTRIBUTE_KEYW |