Skip to content
Commit ed9df091 authored by Josh Triplett's avatar Josh Triplett
Browse files

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: default avatarJosh Triplett <josh@joshtriplett.org>
parent 65166571
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment