zsh-workers
 help / color / mirror / code / Atom feed
From: Adam Spiers <adam@spiers.net>
To: zsh workers mailing list <zsh-workers@sunsite.auc.dk>
Subject: PATCH: more remnants of comp1
Date: Tue, 23 Nov 1999 01:54:41 +0000	[thread overview]
Message-ID: <19991123015441.B989@thelonious.new.ox.ac.uk> (raw)

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 */


             reply	other threads:[~1999-11-23  1:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-23  1:54 Adam Spiers [this message]
1999-11-23  9:04 Sven Wischnowsky
1999-11-23 10:58 Sven Wischnowsky
1999-11-23 16:11 ` Adam Spiers
1999-11-23 16:21 Sven Wischnowsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19991123015441.B989@thelonious.new.ox.ac.uk \
    --to=adam@spiers.net \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).