1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-05 17:31:19 +01:00

zsh-3.1.5-pws-5

This commit is contained in:
Tanaka Akira 1999-04-15 18:11:42 +00:00
parent 2a5a899a55
commit 20d67907c9
47 changed files with 2212 additions and 425 deletions

View file

@ -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)