Bash-4.3 patch 20
[platform/upstream/bash.git] / shell.h
diff --git a/shell.h b/shell.h
index 243e467..d63dce8 100644 (file)
--- a/shell.h
+++ b/shell.h
@@ -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 {