about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-30 00:13:14 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-30 00:13:14 +0000
commit1a6b62b43d645851d96e21f8c2c3f4c7a2e4b475 (patch)
tree3f8df3ddb61e6e813d9eecd36f329db92e23c0c3 /Src/zsh.h
parent7dffe765c708af25e0bb4ecf826188299f9b689f (diff)
downloadzsh-1a6b62b43d645851d96e21f8c2c3f4c7a2e4b475.tar.gz
zsh-1a6b62b43d645851d96e21f8c2c3f4c7a2e4b475.tar.xz
zsh-1a6b62b43d645851d96e21f8c2c3f4c7a2e4b475.zip
manual/7527
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 fe80a17bb..3ba88cd83 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1045,6 +1045,7 @@ struct param {
 #define SCANPM_MATCHKEY   (1<<3)
 #define SCANPM_MATCHVAL   (1<<4)
 #define SCANPM_MATCHMANY  (1<<5)
+#define SCANPM_ASSIGNING  (1<<6)
 #define SCANPM_ISVAR_AT   ((-1)<<15)	/* Only sign bit is significant */
 
 /*