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-26 11:44:44 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-26 11:44:44 +0000
commit5e5e9e12c50b14e5afc0310fd5c7548a8f7eec42 (patch)
tree6e1c85c3ca5a0d849c726bdaef706d21ae51a5a8 /Src/zsh.h
parentf77d7a9123b6169803d3379905c015cf0cb8cb49 (diff)
downloadzsh-5e5e9e12c50b14e5afc0310fd5c7548a8f7eec42.tar.gz
zsh-5e5e9e12c50b14e5afc0310fd5c7548a8f7eec42.tar.xz
zsh-5e5e9e12c50b14e5afc0310fd5c7548a8f7eec42.zip
zsh-workers/7496
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 99ef6ba03..fe80a17bb 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -819,7 +819,6 @@ struct shfunc {
 #define SFC_WIDGET   3		/* user defined widget */
 #define SFC_COMPLETE 4		/* called from completion code */
 #define SFC_CWIDGET  5		/* new style completion widget */
-#define SFC_GLOB     6		/* called from the `F' glob qualifier */
 
 /* node in list of function call wrappers */