mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-09 19:51:26 +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:
parent
05b06b1c08
commit
6ab69b60c9
3 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-02-07 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 20794: Config/version.mk, Src/init.c: change dev version
|
||||
to 4.3.0-dev-1 and (unrelated) don't compile in static function
|
||||
unless needed.
|
||||
|
||||
2005-02-06 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
|
||||
|
||||
* (cheated and guessed) 20793: Src/builtin.c, Src/exec.c,
|
||||
|
|
|
@ -27,5 +27,5 @@
|
|||
# This must also serve as a shell script, so do not add spaces around the
|
||||
# `=' signs.
|
||||
|
||||
VERSION=4.2.3-dev-1
|
||||
VERSION_DATE='January 14, 2005'
|
||||
VERSION=4.3.0-dev-1
|
||||
VERSION_DATE='February 7, 2005'
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue