emacs-devel
[Top][All Lists]
Advanced

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

Re: Crashes in "C-h h"


From: Paul Eggert
Subject: Re: Crashes in "C-h h"
Date: Tue, 2 Jul 2019 19:38:00 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2

Pip Cet wrote:
Is there a problem simply testing FIXNUMP in this place?

As Eli's revised code suggests, if n is in fixnum range, then instead of (FIXNUMP (x) && XFIXNUM (x) == n) it's typically a bit cleaner (and faster) to write EQ (x, make_fixnum (n)).



reply via email to

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