From 708dc69d3830e0193f19032d0bd9f9df90772220 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 4 Jul 2000 15:04:17 +0000 Subject: AIX dependency fixes --- Src/Zle/compcore.c | 5 ++++- Src/Zle/zle_utils.c | 2 +- Src/params.c | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'Src') 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(); diff --git a/Src/params.c b/Src/params.c index 73b1c0e35..972922856 100644 --- a/Src/params.c +++ b/Src/params.c @@ -1400,7 +1400,7 @@ getstrvalue(Value v) static char *nular[] = {"", NULL}; /**/ -char ** +mod_export char ** getarrvalue(Value v) { char **s; -- cgit 1.4.1