about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-23 22:34:02 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-23 22:34:02 +0000
commit08f335e4851dd626c0a9c4f5e3b0fe661909e6f4 (patch)
treebc507250d496944fee22fd1bd7c51560e8216411 /Src/zsh.h
parent5b0c4cae62f351a24260cb35a3a51c94ff556aa1 (diff)
downloadzsh-08f335e4851dd626c0a9c4f5e3b0fe661909e6f4.tar.gz
zsh-08f335e4851dd626c0a9c4f5e3b0fe661909e6f4.tar.xz
zsh-08f335e4851dd626c0a9c4f5e3b0fe661909e6f4.zip
zsh-3.1.6-dev-16 zsh-3.1.6-dev-16
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 54141d2b7..15b01a0db 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1649,9 +1649,3 @@ typedef unsigned char * (*ZleReadFn) _((char *, char *, int));
 /***************************************/
 
 #define mod_export
-
-/***************************************/
-/* Hooks in core.                      */
-/***************************************/
-
-#define EXITHOOK (zshhooks + 0)