From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4625 invoked from network); 23 Nov 1999 09:05:05 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Nov 1999 09:05:05 -0000 Received: (qmail 21738 invoked by alias); 23 Nov 1999 09:05:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8744 Received: (qmail 21722 invoked from network); 23 Nov 1999 09:05:00 -0000 Date: Tue, 23 Nov 1999 10:04:56 +0100 (MET) Message-Id: <199911230904.KAA06886@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Adam Spiers's message of Tue, 23 Nov 1999 01:54:41 +0000 Subject: Re: PATCH: more remnants of comp1 Adam Spiers wrote: > I notice that Src/init.c still has a #ifdef LINKED_XMOD_comp1 > in it. Presumably this can be removed? We then need the patch below to make compctlreadptr visible to the compctl module. > Also, the INSTALL file still mentions comp1. I'll leave this to > someone more appropriate to fix (hi Sven, you're not busy anyway are > you? ;-) I'll have a look. Bye Sven --- oldsrc/init.c Tue Nov 23 10:03:00 1999 +++ Src/init.c Tue Nov 23 10:03:16 1999 @@ -1021,6 +1021,7 @@ /* compctl entry point pointers. Similar to the ZLE ones. */ +/**/ CompctlReadFn compctlreadptr = fallback_compctlread; /**/ -- Sven Wischnowsky wischnow@informatik.hu-berlin.de