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 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Src/Zle/compcore.c') 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. */ -- cgit v1.2.3