about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-07-01 21:44:50 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-07-01 21:44:50 +0100
commitdce1f33c02c855e9d5f588716d7e9ddaea3887ba (patch)
tree23b45c6ed6a6cce57163404a19060d872c3e4d85 /Src/zsh.h
parentd01a8a4553520283ab6a011b984b7c2a945627dd (diff)
downloadzsh-dce1f33c02c855e9d5f588716d7e9ddaea3887ba.tar.gz
zsh-dce1f33c02c855e9d5f588716d7e9ddaea3887ba.tar.xz
zsh-dce1f33c02c855e9d5f588716d7e9ddaea3887ba.zip
35667: fix command substitution that starts but doesn't finish in alias
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 183620f93..d11d4fea2 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -2801,6 +2801,7 @@ struct lex_stack {
     int lex_add_raw;
     char *tokstr_raw;
     struct lexbufstate lexbuf_raw;
+    char *lexbuf_ptr_start;
     int lexstop;
     zlong toklineno;
 };