about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2000-05-05 16:45:03 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2000-05-05 16:45:03 +0000
commit7c56ccdcbcfe533c5263c2cd3827f67b6bc2ad94 (patch)
tree288b7c27c65a4225ad9c3a99c1119aaa84d5f406
parentea333ddca6184d03be02be1f826f51b9207817e2 (diff)
downloadzsh-7c56ccdcbcfe533c5263c2cd3827f67b6bc2ad94.tar.gz
zsh-7c56ccdcbcfe533c5263c2cd3827f67b6bc2ad94.tar.xz
zsh-7c56ccdcbcfe533c5263c2cd3827f67b6bc2ad94.zip
Small doc fix and AIX dependency fix
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/builtins.yo2
-rw-r--r--Src/loop.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fe62162c5..a9a595a62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-05  Oliver Kiddle  <opk@zsh.org>
+
+	* 11216: Doc/Zsh/builtins.yo, Src/loop.c: small doc fix and AIX
+	dependency fix
+
 2000-05-05  Tanaka Akira  <akr@zsh.org>
 
 	* 11213: Completion/User/_cvs: don't complete files which is
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 4db79c860..31e94805b 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1008,7 +1008,7 @@ ifnzman(noderef(Local Parameters))\
 retain their special attributes when made local.
 
 For each var(name)tt(=)var(value) assignment, the parameter
-var(name) set to var(value).  Note that arrays currently cannot be
+var(name) is set to var(value).  Note that arrays currently cannot be
 assigned in tt(typeset) expressions, only scalars and integers.
 
 For each remaining var(name) that refers to a parameter that is set, the
diff --git a/Src/loop.c b/Src/loop.c
index d0280207a..591007b17 100644
--- a/Src/loop.c
+++ b/Src/loop.c
@@ -38,7 +38,7 @@ int loops;
 /* # of continue levels */
  
 /**/
-int contflag;
+mod_export int contflag;
  
 /* # of break levels */