Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

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



Messages sorted by: Reverse Date, Date, Thread, Author