1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-30 05:40:58 +01:00

20794: Change version to 4.3.0-dev-1

Don't compile in a static in init.c unless needed.
This commit is contained in:
Peter Stephenson 2005-02-07 12:33:48 +00:00
parent 05b06b1c08
commit 6ab69b60c9
3 changed files with 11 additions and 2 deletions

View file

@ -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. */