about summary refs log tree commit diff
path: root/Src/parse.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-08-24 10:18:56 +0100
committerPeter Stephenson <pws@zsh.org>2015-08-24 10:18:56 +0100
commit2bc4680e3b3973451b9449f970de35afdb105c37 (patch)
tree0f51ad15656a74b98d27b923e76110365a99cb7b /Src/parse.c
parente5d5a76dce1cc488627c8623f0cd972c3d52644d (diff)
parent2e69ece5cfab850b8ba00b272f35ccdaf727c781 (diff)
downloadzsh-2bc4680e3b3973451b9449f970de35afdb105c37.tar.gz
zsh-2bc4680e3b3973451b9449f970de35afdb105c37.tar.xz
zsh-2bc4680e3b3973451b9449f970de35afdb105c37.zip
Merge branch 'master' of https://git.code.sf.net/p/zsh/code
Diffstat (limited to 'Src/parse.c')
-rw-r--r--Src/parse.c2
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 */