mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 15:51:15 -03:00
Rename expression.h to parse_tree.h and parse_exec.h
This commit is contained in:
4
parser.h
4
parser.h
@@ -396,7 +396,7 @@ class parser_t
|
||||
|
||||
/**
|
||||
Evaluate line as a list of parameters, i.e. tokenize it and perform parameter expansion and cmdsubst execution on the tokens.
|
||||
The output is inserted into output, and should be freed by the caller.
|
||||
The output is inserted into output.
|
||||
|
||||
\param line Line to evaluate
|
||||
\param output List to insert output to
|
||||
@@ -405,7 +405,7 @@ class parser_t
|
||||
\param line Line to evaluate
|
||||
\param output List to insert output to
|
||||
*/
|
||||
int eval_args(const wchar_t *line, std::vector<completion_t> &output);
|
||||
void eval_args(const wchar_t *line, std::vector<completion_t> &output);
|
||||
|
||||
/**
|
||||
Sets the current evaluation error. This function should only be used by libraries that are called by
|
||||
|
||||
Reference in New Issue
Block a user