zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: wordcode files
Date: Wed, 1 Mar 2000 17:00:52 +0100 (MET)	[thread overview]
Message-ID: <200003011600.RAA03804@beta.informatik.hu-berlin.de> (raw)
In-Reply-To: Tanaka Akira's message of 02 Mar 2000 00:24:22 +0900


Tanaka Akira wrote:

> In article <200003011006.LAA24751@beta.informatik.hu-berlin.de>,
>   Sven Wischnowsky <wischnow@informatik.hu-berlin.de> writes:
> 
> > Ok, here is the patch.
> 
> Since 9947, make check fails as follows.

Ouch. Still too much string sharing.

I had tested something similar, but with shorter strings, short enough
to be kept inline. Damn.

Bye
 Sven

diff -ru ../z.old/Src/parse.c Src/parse.c
--- ../z.old/Src/parse.c	Wed Mar  1 15:01:59 2000
+++ Src/parse.c	Wed Mar  1 16:52:42 2000
@@ -1335,6 +1335,7 @@
     lineno += oldlineno;
     ecnpats = onp;
     ecssub = oecssub;
+    ecnfunc++;
 
     ecbuf[p] = WCB_FUNCDEF(ecused - 1 - p);
 }
@@ -1504,6 +1505,7 @@
 	    lineno += oldlineno;
 	    ecnpats = onp;
 	    ecssub = oecssub;
+	    ecnfunc++;
 
 	    ecbuf[p] = WCB_FUNCDEF(ecused - 1 - p);
 

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


             reply	other threads:[~2000-03-01 16:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-01 16:00 Sven Wischnowsky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-03-09  9:37 Sven Wischnowsky
2000-03-02 10:03 Sven Wischnowsky
2000-03-02 16:28 ` Bart Schaefer
2000-03-02 16:43 ` Bart Schaefer
2000-03-02 17:52   ` Zefram
2000-03-02  9:09 Sven Wischnowsky
2000-03-03  4:09 ` Bart Schaefer
2000-03-01 10:06 Sven Wischnowsky
2000-03-01 15:24 ` Tanaka Akira
2000-03-01 16:58 ` Bart Schaefer

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=200003011600.RAA03804@beta.informatik.hu-berlin.de \
    --to=wischnow@informatik.hu-berlin.de \
    --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).