From ea0ddb0fc6073be3d7d289e59b083f564dbd761f Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 12 May 1999 04:49:46 +0000 Subject: pws-18 --- Src/Zle/comp1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src/Zle/comp1.c') diff --git a/Src/Zle/comp1.c b/Src/Zle/comp1.c index c51aad297..f32e5f5c0 100644 --- a/Src/Zle/comp1.c +++ b/Src/Zle/comp1.c @@ -47,7 +47,7 @@ Cmlist cmatcher; void (*makecompparamsptr) _((void)); /**/ -void (*comp_setunsetptr) _((int, int)); +void (*comp_setunsetptr) _((unsigned int, unsigned int)); /* pointers to functions required by compctl and defined by zle */ @@ -147,6 +147,7 @@ createcompctltable(void) compctltab->hash = hasher; compctltab->emptytable = emptyhashtable; compctltab->filltable = NULL; + compctltab->cmpnodes = strcmp; compctltab->addnode = addhashnode; compctltab->getnode = gethashnode2; compctltab->getnode2 = gethashnode2; -- cgit 1.4.1