From 7c56ccdcbcfe533c5263c2cd3827f67b6bc2ad94 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 5 May 2000 16:45:03 +0000 Subject: [PATCH] Small doc fix and AIX dependency fix --- ChangeLog | 5 +++++ Doc/Zsh/builtins.yo | 2 +- Src/loop.c | 2 +- 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 + + * 11216: Doc/Zsh/builtins.yo, Src/loop.c: small doc fix and AIX + dependency fix + 2000-05-05 Tanaka Akira * 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 */