emacs-devel
[Top][All Lists]
Advanced

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

RE_TRANSLATE_P


From: Eli Zaretskii
Subject: RE_TRANSLATE_P
Date: Fri, 26 Nov 2004 13:30:30 +0200

A recent change to src/config.in changed the definition of
RE_TRANSLATE_P to this:

    #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))

whereas before the change it simply called XFASTINT.

This causes RE_TRANSLATE_P to invoke a function, at least if compilers
other than GCC are used.  I wonder why replacing XFASTINT with XINT
was not enough to fix the original problem?




reply via email to

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