mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
New declaration "%define initializer-suffix".
This commit is contained in:
@@ -486,6 +486,11 @@ Input::read_input ()
|
||||
option.set_slot_name (arg);
|
||||
else
|
||||
|
||||
if (is_define_declaration (line, line_end, lineno,
|
||||
"initializer-suffix", &arg))
|
||||
option.set_initializer_suffix (arg);
|
||||
else
|
||||
|
||||
if (is_define_declaration (line, line_end, lineno,
|
||||
"hash-function-name", &arg))
|
||||
option.set_hash_name (arg);
|
||||
|
||||
Reference in New Issue
Block a user