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

PATCH: more remnants of comp1



I notice that Src/init.c still has a #ifdef LINKED_XMOD_comp1
in it.  Presumably this can be removed?

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? ;-)

Index: Src/init.c
===================================================================
RCS file: /projects/zsh/zsh/Src/init.c,v
retrieving revision 1.1.1.23
diff -u -r1.1.1.23 init.c
--- Src/init.c	1999/10/17 17:02:03	1.1.1.23
+++ Src/init.c	1999/11/23 01:51:27
@@ -1021,13 +1021,6 @@
 
 /* compctl entry point pointers.  Similar to the ZLE ones. */
 
-#ifdef LINKED_XMOD_comp1
-
-/**/
-CompctlReadFn compctlreadptr;
-
-#else /* !LINKED_XMOD_comp1 */
-
 CompctlReadFn compctlreadptr = fallback_compctlread;
 
 /**/
@@ -1038,5 +1031,3 @@
 	    NULL, 0);
     return 1;
 }
-
-#endif /* !LINKED_XMOD_comp1 */



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