simplify Variable::parse_args() by using Tokenizer class
This commit is contained in:
@ -125,7 +125,6 @@ class Variable : protected Pointers {
|
||||
int is_constant(char *);
|
||||
double constant(char *);
|
||||
int parse_args(char *, char **);
|
||||
char *find_next_comma(char *);
|
||||
void print_var_error(const std::string &, int, const std::string &,
|
||||
int, int global=1);
|
||||
void print_tree(Tree *, int);
|
||||
|
||||
Reference in New Issue
Block a user