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/options.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Src/options.c') diff --git a/Src/options.c b/Src/options.c index 2fd2ae373..1beee4b95 100644 --- a/Src/options.c +++ b/Src/options.c @@ -38,12 +38,12 @@ int emulation; /* the options; e.g. if opts[SHGLOB] != 0, SH_GLOB is turned on */ /**/ -char opts[OPT_SIZE]; +mod_export char opts[OPT_SIZE]; /* Option name hash table */ /**/ -HashTable optiontab; +mod_export HashTable optiontab; /* The canonical option name table */ @@ -559,7 +559,7 @@ bin_setopt(char *nam, char **args, char *ops, int isun) /* Identify an option name */ /**/ -int +mod_export int optlookup(char const *name) { char *s, *t; @@ -622,7 +622,7 @@ static char *rparams[] = { * from the usual meaning of the option. */ /**/ -int +mod_export int dosetopt(int optno, int value, int force) { if(!optno) -- cgit 1.4.1