From 7c05a5d22eb51626ff3ad90da91be86f0e9f52a7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 18 Dec 2003 18:22:35 +0000 Subject: 19315: missing mod_export definitions --- Src/Zle/zle_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Src/Zle/zle_main.c') diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index b7c7767b7..c3961d0fa 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -64,7 +64,7 @@ int mark; /* last character pressed */ /**/ -int c; +mod_export int c; /* YUK! */ /* the bindings for the previous and for this key */ @@ -99,9 +99,9 @@ mod_export Widget compwidget; /* the status line, and its length */ /**/ -char *statusline; +mod_export char *statusline; /**/ -int statusll; +mod_export int statusll; /* The current history line and cursor position for the top line * * on the buffer stack. */ -- cgit 1.4.1