From 7f9f81f3e22a58d6a8af77f05cd05c94faf88d93 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 23 May 2000 08:20:56 +0000 Subject: save and restore more variables in bufferwords(); move gotword() into core (11523) --- Src/init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index ac62b481a..131b50606 100644 --- a/Src/init.c +++ b/Src/init.c @@ -1025,8 +1025,6 @@ noop_function_int(int nothing) /**/ mod_export ZleVoidFn trashzleptr = noop_function; /**/ -mod_export ZleVoidFn gotwordptr = noop_function; -/**/ mod_export ZleVoidFn refreshptr = noop_function; /**/ mod_export ZleVoidIntFn spaceinlineptr = noop_function_int; @@ -1036,7 +1034,6 @@ mod_export ZleReadFn zlereadptr = autoload_zleread; #else /* !LINKED_XMOD_zshQszle */ mod_export ZleVoidFn trashzleptr = noop_function; -mod_export ZleVoidFn gotwordptr = noop_function; mod_export ZleVoidFn refreshptr = noop_function; mod_export ZleVoidIntFn spaceinlineptr = noop_function_int; # ifdef UNLINKED_XMOD_zshQszle -- cgit 1.4.1