aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-06-09 14:21:24 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-06-09 14:21:24 -0700
commit048f08080d3d2fe60bcc6690c8ef124194980c32 (patch)
tree490518f52c73cf054bc3a17721d2a757ff8ed973 /parser.h
parent0a02e0db4b7f24a86cc24ca45e31597e9cb9682d (diff)
Rename expression.h to parse_tree.h and parse_exec.h
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser.h b/parser.h
index c2ad6c9b..0c90641b 100644
--- a/parser.h
+++ b/parser.h
@@ -396,7 +396,7 @@ public:
/**
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 @@ public:
\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