diff options
| author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-08-21 21:33:37 +0100 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-08-21 21:33:37 +0100 |
| commit | 881474edcb223ac22a08d81a824809c33ca3a9c9 (patch) | |
| tree | 65027758c6d446ccb8c2919c7821508651d9933c /Src/parse.c | |
| parent | 36265 plus FAQ: fix alias expansion after "function" (diff) | |
| download | zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar.gz zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar.bz2 zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar.lz zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar.xz zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar.zst zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.zip | |
unposted: fix up for 5.0.8-test-2zsh-5.0.8-test-2
Diffstat (limited to 'Src/parse.c')
| -rw-r--r-- | Src/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/parse.c b/Src/parse.c index 09317610b..7c2d20250 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -66,7 +66,7 @@ int infor; /* != 0 if parsing arguments of typeset etc. */ /**/ -int intypeset; +mod_export int intypeset; /* list of here-documents */ |
