diff options
| author | Oliver Kiddle <opk@zsh.org> | 2025-10-24 22:27:50 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-10-24 22:38:23 +0200 |
| commit | c9417b03745b81fc0a6add2e54af9e118e4a6ce1 (patch) | |
| tree | 39fb5b2b941ae9c4d7d4c7b71f34ec6d6fd301d2 /Src/Zle | |
| parent | 53988: fix zparseopts segfault (diff) | |
| download | zsh-c9417b03745b81fc0a6add2e54af9e118e4a6ce1.tar zsh-c9417b03745b81fc0a6add2e54af9e118e4a6ce1.tar.gz zsh-c9417b03745b81fc0a6add2e54af9e118e4a6ce1.tar.bz2 zsh-c9417b03745b81fc0a6add2e54af9e118e4a6ce1.tar.lz zsh-c9417b03745b81fc0a6add2e54af9e118e4a6ce1.tar.xz zsh-c9417b03745b81fc0a6add2e54af9e118e4a6ce1.tar.zst zsh-c9417b03745b81fc0a6add2e54af9e118e4a6ce1.zip | |
54001: add missing uses of mod_export
Diffstat (limited to 'Src/Zle')
| -rw-r--r-- | Src/Zle/zle_keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_keymap.c b/Src/Zle/zle_keymap.c index 7f31f837c..cda24847d 100644 --- a/Src/Zle/zle_keymap.c +++ b/Src/Zle/zle_keymap.c @@ -123,7 +123,7 @@ struct remprefstate { /**/ Keymap curkeymap, localkeymap; /**/ -char *curkeymapname; +mod_export char *curkeymapname; /* the hash table of keymap names */ |
