diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-02-07 15:53:13 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-02-07 15:53:13 +0000 |
commit | aaec0ef0ad70c520e803727fba8f18a28c14fe59 (patch) | |
tree | 2bf0343e970dcdd401c0da51bb070a217868d39d /Src | |
parent | 6ab69b60c93f3618aeaf7a8da18c285b423aec44 (diff) | |
download | zsh-aaec0ef0ad70c520e803727fba8f18a28c14fe59.tar.gz zsh-aaec0ef0ad70c520e803727fba8f18a28c14fe59.tar.xz zsh-aaec0ef0ad70c520e803727fba8f18a28c14fe59.zip |
20798: propagate an #ifdef to prototypes
Diffstat (limited to 'Src')
-rw-r--r-- | Src/init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/init.c b/Src/init.c index 3a0b4e180..26f5fb06f 100644 --- a/Src/init.c +++ b/Src/init.c @@ -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. */ |