mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
20798: propagate an #ifdef to prototypes
This commit is contained in:
parent
6ab69b60c9
commit
aaec0ef0ad
@ -1,5 +1,8 @@
|
||||
2005-02-07 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 20798: Src/init.c: need to propagate some #ifdef's to get
|
||||
warnings to go away.
|
||||
|
||||
* 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.
|
||||
|
@ -1173,6 +1173,7 @@ fallback_zleread(char **lp, UNUSED(char **rp), UNUSED(int ha), UNUSED(int con))
|
||||
return (unsigned char *)shingetline();
|
||||
}
|
||||
|
||||
/**/
|
||||
#ifdef UNLINKED_XMOD_zshQszle
|
||||
|
||||
/**/
|
||||
@ -1184,6 +1185,7 @@ autoload_zlesetkeymap(int mode)
|
||||
(*zlesetkeymapptr)(mode);
|
||||
}
|
||||
|
||||
/**/
|
||||
#endif
|
||||
|
||||
/* compctl entry point pointers. Similar to the ZLE ones. */
|
||||
|
Loading…
Reference in New Issue
Block a user