mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-01 20:11:06 +01:00
Small doc fix and AIX dependency fix
This commit is contained in:
parent
ea333ddca6
commit
7c56ccdcbc
3 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ int loops;
|
|||
/* # of continue levels */
|
||||
|
||||
/**/
|
||||
int contflag;
|
||||
mod_export int contflag;
|
||||
|
||||
/* # of break levels */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue