about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-12-13 14:45:22 +0000
committerMikael Magnusson <mikachu@gmail.com>2016-05-08 21:57:05 +0200
commit0a88c244ed49aa67543e3fc9b9a5b213e229472d (patch)
treee0b0642e18e5b0c7ab0f7254591cf794bf048f3b /Src/zsh.h
parenta5cff664765fa9abaccd15e42e39438ccce18404 (diff)
downloadzsh-0a88c244ed49aa67543e3fc9b9a5b213e229472d.tar.gz
zsh-0a88c244ed49aa67543e3fc9b9a5b213e229472d.tar.xz
zsh-0a88c244ed49aa67543e3fc9b9a5b213e229472d.zip
Uncontroversial
Changes from Mikael's bcf975a2ea3ebc6ba1ed8150b376bef45e527cda:

- paramsubst: Change setting of 'ziplen'
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index eee31dad1..0e7b75e25 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1739,6 +1739,7 @@ struct param {
 
     int base;			/* output base or floating point prec    */
     int width;			/* field width                           */
+    int length;                 /* length of array                       */
     char *env;			/* location in environment, if exported  */
     char *ename;		/* name of corresponding environment var */
     Param old;			/* old struct for use with local         */