zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: AIX dependency and minor doc fix
@ 2000-05-05 16:41 Oliver Kiddle
  0 siblings, 0 replies; only message in thread
From: Oliver Kiddle @ 2000-05-05 16:41 UTC (permalink / raw)
  To: Zsh workers

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 */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-05-05 16:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-05 16:41 PATCH: AIX dependency and minor doc fix Oliver Kiddle

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).