From a4e44197ae0f6e237f118e5b30c01eb12c460ec4 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Dec 1999 18:35:59 +0000 Subject: zsh-workers/8843 --- Src/input.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Src/input.c') diff --git a/Src/input.c b/Src/input.c index d05c75c0b..f90ac7b00 100644 --- a/Src/input.c +++ b/Src/input.c @@ -88,7 +88,7 @@ int strin; /* total # of characters waiting to be read. */ /**/ -int inbufct; +mod_export int inbufct; /* the flags controlling the input routines in input.c: see INP_* in zsh.h */ @@ -128,7 +128,7 @@ static int instacksz = INSTACK_INITIAL; * null characters to Meta c^32 character pairs. */ /**/ -char * +mod_export char * shingetline(void) { char *line = NULL; @@ -444,7 +444,7 @@ inerrflush(void) /* Set some new input onto a new element of the input stack */ /**/ -void +mod_export void inpush(char *str, int flags, Alias inalias) { if (!instack) { @@ -532,7 +532,7 @@ inpoptop(void) /* Remove the top element of the stack and all its continuations. */ /**/ -void +mod_export void inpop(void) { int remcont; -- cgit 1.4.1