From e7de8c77d47868854a162c2332f36817ba9b5bba Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 20 Jan 2000 18:44:51 +0000 Subject: zsh-workers/9390 --- Src/init.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index 20e996fdd..4aa268f0d 100644 --- a/Src/init.c +++ b/Src/init.c @@ -89,6 +89,11 @@ mod_export int (*getkeyptr) _((int)); mod_export int alloc_stackp; #endif +/**/ +mod_export struct hookdef zshhooks[] = { + HOOKDEF("exit", NULL, HOOKF_ALL), +}; + /* keep executing lists until EOF found */ /**/ @@ -560,6 +565,8 @@ setupvals(void) # endif #endif + addhookdefs(argzero, zshhooks, sizeof(zshhooks)/sizeof(*zshhooks)); + init_eprog(); getkeyptr = NULL; -- cgit 1.4.1