diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Src/init.c b/Src/init.c index b7b7cfc3c..3a0b4e180 100644 --- a/Src/init.c +++ b/Src/init.c @@ -1173,6 +1173,8 @@ fallback_zleread(char **lp, UNUSED(char **rp), UNUSED(int ha), UNUSED(int con)) return (unsigned char *)shingetline(); } +#ifdef UNLINKED_XMOD_zshQszle + /**/ static void autoload_zlesetkeymap(int mode) @@ -1182,6 +1184,7 @@ autoload_zlesetkeymap(int mode) (*zlesetkeymapptr)(mode); } +#endif /* compctl entry point pointers. Similar to the ZLE ones. */ |