diff options
Diffstat (limited to 'shell.h')
-rw-r--r-- | shell.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -168,7 +168,8 @@ typedef struct _sh_parser_state_t { /* flags state affecting the parser */ int expand_aliases; int echo_input_at_read; - + int need_here_doc; + } sh_parser_state_t; typedef struct _sh_input_line_state_t { |