diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:11:42 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:11:42 +0000 |
commit | 20d67907c95265356b51dbdce8ecc0c1ede9e66b (patch) | |
tree | 69b0777db02f96555b3a0587cd630025062a7f09 /Src/module.c | |
parent | 2a5a899a55fd2bce10efd01c75a4bec5285aa46c (diff) | |
download | zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.tar.gz zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.tar.xz zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.zip |
zsh-3.1.5-pws-5 zsh-3.1.5-pws-5
Diffstat (limited to 'Src/module.c')
-rw-r--r-- | Src/module.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Src/module.c b/Src/module.c index 5780eb134..f91650a7f 100644 --- a/Src/module.c +++ b/Src/module.c @@ -227,7 +227,6 @@ deletewrapper(Module m, FuncWrap w) static char *dlerrstr[256]; -/**/ static void * load_and_bind(const char *fn) { @@ -277,7 +276,6 @@ load_and_bind(const char *fn) # define dlopen(file,mode) (void *)shl_load((file), (mode), (long) 0) # define dlclose(handle) shl_unload((shl_t)(handle)) -/**/ static void * hpux_dlsym(void *handle, char *name) |