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/compcore.c | 2 +- Src/Zle/zle_main.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Src/Zle') diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c index 03e5eafc7..10538fade 100644 --- a/Src/Zle/compcore.c +++ b/Src/Zle/compcore.c @@ -277,7 +277,7 @@ int fromcomp; /* This holds the end-position of the last string inserted into the line. */ /**/ -int lastend; +mod_export int lastend; #define inststr(X) inststrlen((X),1,-1) 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