about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-13 09:57:05 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-13 09:57:05 +0000
commit16ea1f357d02481efa55d5304ab8f452e37ca6b4 (patch)
tree13fde2aa20a8aee6fc85804d7c9764fd2e9b9658 /Src/zsh.h
parentb1fcad6a63555840fd50a1678a7755443f892665 (diff)
downloadzsh-16ea1f357d02481efa55d5304ab8f452e37ca6b4.tar.gz
zsh-16ea1f357d02481efa55d5304ab8f452e37ca6b4.tar.xz
zsh-16ea1f357d02481efa55d5304ab8f452e37ca6b4.zip
zsh-workers/10106
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 9a21674a6..ee07ec461 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -596,9 +596,11 @@ struct eccstr {
 #define WC_SIMPLE_ARGC(C)   wc_data(C)
 #define WCB_SIMPLE(N)       wc_bld(WC_SIMPLE, (N))
 
-#define WCB_SUBSH()         wc_bld(WC_SUBSH, 0)
+#define WC_SUBSH_SKIP(C)    wc_data(C)
+#define WCB_SUBSH(O)        wc_bld(WC_SUBSH, (O))
 
-#define WCB_CURSH()         wc_bld(WC_CURSH, 0)
+#define WC_CURSH_SKIP(C)    wc_data(C)
+#define WCB_CURSH(O)        wc_bld(WC_CURSH, (O))
 
 #define WC_TIMED_TYPE(C)    wc_data(C)
 #define WC_TIMED_EMPTY      0