aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
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 b74a239c..27200833 100644
--- a/parser.h
+++ b/parser.h
@@ -347,7 +347,7 @@ class parser_t {
event_block_list_t global_event_blocks;
/** Current block level io redirections */
- io_data_t *block_io;
+ io_chain_t block_io;
/**
Evaluate the expressions contained in cmd.
@@ -358,7 +358,7 @@ class parser_t {
\return 0 on success, 1 otherwise
*/
- int eval( const wcstring &cmd, io_data_t *io, enum block_type_t block_type );
+ int eval( const wcstring &cmdStr, const io_chain_t &io, enum block_type_t block_type );
/**
Evaluate line as a list of parameters, i.e. tokenize it and perform parameter expansion and cmdsubst execution on the tokens.