mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
New option --ignore-case.
This commit is contained in:
@@ -472,6 +472,10 @@ Input::read_input ()
|
||||
option.set (TYPE);
|
||||
else
|
||||
|
||||
if (is_declaration (line, line_end, lineno, "ignore-case"))
|
||||
option.set (UPPERLOWER);
|
||||
else
|
||||
|
||||
if (is_declaration_with_arg (line, line_end, lineno,
|
||||
"language", &arg))
|
||||
option.set_language (arg);
|
||||
|
||||
Reference in New Issue
Block a user