genksyms: Mark is_reserved_word static
authorJosh Triplett <josh@joshtriplett.org>
Thu, 15 Oct 2009 19:58:40 +0000 (12:58 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Sun, 15 Nov 2009 23:01:22 +0000 (15:01 -0800)
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>

No differences found