cannot use tokenizer for parse_args() as the search for commata must be away of parenthesis
This commit is contained in:
@ -126,7 +126,8 @@ class Variable : protected Pointers {
|
||||
Tree **, Tree **, int &, double *, int &);
|
||||
int is_atom_vector(char *);
|
||||
void atom_vector(char *, Tree **, Tree **, int &);
|
||||
int parse_args(const std::string &, 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