From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8667 invoked from network); 5 May 2000 16:41:57 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 May 2000 16:41:57 -0000 Received: (qmail 9138 invoked by alias); 5 May 2000 16:41:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11216 Received: (qmail 9126 invoked from network); 5 May 2000 16:41:47 -0000 Message-ID: <3912F9CA.CD6605FD@u.genie.co.uk> Date: Fri, 05 May 2000 17:41:46 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: PATCH: AIX dependency and minor doc fix Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit This is just a small fix for AIX dynamic loading and a minor fix in the docs. Oliver Index: Doc/Zsh/builtins.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/builtins.yo,v retrieving revision 1.4 diff -u -r1.4 builtins.yo --- Doc/Zsh/builtins.yo 2000/04/16 19:02:13 1.4 +++ Doc/Zsh/builtins.yo 2000/05/05 16:38:57 @@ -1008,7 +1008,7 @@ 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 Index: Src/loop.c =================================================================== RCS file: /cvsroot/zsh/zsh/Src/loop.c,v retrieving revision 1.2 diff -u -r1.2 loop.c --- Src/loop.c 2000/04/01 20:49:48 1.2 +++ Src/loop.c 2000/05/05 16:38:57 @@ -38,7 +38,7 @@ /* # of continue levels */ /**/ -int contflag; +mod_export int contflag; /* # of break levels */