emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem report #58


From: Stuart D. Herring
Subject: Re: Problem report #58
Date: Tue, 11 Apr 2006 10:14:55 -0700 (PDT)
User-agent: SquirrelMail/1.4.3a-11.EL3

> 2927                nc = oc;
> 2928                val = CHAR_TABLE_REF (table, oc);
> 2929                if (INTEGERP (val)
> 2930                    && (c = XINT (val), CHAR_VALID_P (c, 0)))
> 2931                  {
> 2932                    nc = c;
> 2933                    str_len = CHAR_STRING (nc, buf);
> 2934                    str = buf;
> 2935                  }
> 2936              }

So here either nc remains == to oc, or str is assigned.

> At conditional (14): "nc != oc" taking true path
>
> 2938            if (nc != oc)
> 2939              {
>

OK, so str was assigned.  No bug.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]