about summary refs log tree commit diff
path: root/Src/Zle
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle')
-rw-r--r--Src/Zle/compcore.c5
-rw-r--r--Src/Zle/zle_utils.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c
index 1a1241853..ed53fa25a 100644
--- a/Src/Zle/compcore.c
+++ b/Src/Zle/compcore.c
@@ -37,7 +37,10 @@ static Widget lastcompwidget;
 /* Flags saying what we have to do with the result. */
 
 /**/
-int useexact, useline, uselist, forcelist, iforcemenu, startauto;
+int useexact, useline, uselist, forcelist, startauto;
+
+/**/
+mod_export int iforcemenu;
 
 /* Non-zero if we should go back to the last prompt. */
 
diff --git a/Src/Zle/zle_utils.c b/Src/Zle/zle_utils.c
index ece9a23ae..dc48c835c 100644
--- a/Src/Zle/zle_utils.c
+++ b/Src/Zle/zle_utils.c
@@ -472,7 +472,7 @@ freechanges(struct change *p)
 /* register pending changes in the undo system */
 
 /**/
-void
+mod_export void
 handleundo(void)
 {
     mkundoent();