remarkable-linux/scripts/genksyms
Josh Triplett ed9df09149 genksyms: Mark is_reserved_word static
The genksyms keyword gperf hash provides a function is_reserved_word.
genksyms #includes the resulting generated file keywords.c, so the
function gets used only in the same source file that defines it.  Mark
is_reserved_word static, and regenerate the corresponding generated
file.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
2009-11-15 15:01:22 -08:00
..
.gitignore
genksyms.c
genksyms.h
keywords.c_shipped genksyms: Mark is_reserved_word static 2009-11-15 15:01:22 -08:00
keywords.gperf genksyms: Mark is_reserved_word static 2009-11-15 15:01:22 -08:00
lex.c_shipped
lex.l
Makefile
parse.c_shipped
parse.h_shipped
parse.y