mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Open the input file in main.cc, not in class Options.
This commit is contained in:
@@ -125,6 +125,13 @@ Options::operator[] (Option_Type option) const
|
||||
return _option_word & option;
|
||||
}
|
||||
|
||||
/* Returns the input file name. */
|
||||
INLINE const char *
|
||||
Options::get_input_file_name () const
|
||||
{
|
||||
return _input_file_name;
|
||||
}
|
||||
|
||||
/* Returns the iterations value. */
|
||||
INLINE int
|
||||
Options::get_iterations () const
|
||||
|
||||
Reference in New Issue
Block a user