unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* RE_TRANSLATE_P
@ 2004-11-26 11:30 Eli Zaretskii
  2004-11-29  6:12 ` RE_TRANSLATE_P Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2004-11-26 11:30 UTC (permalink / raw)


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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-11-30  7:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-26 11:30 RE_TRANSLATE_P Eli Zaretskii
2004-11-29  6:12 ` RE_TRANSLATE_P Richard Stallman
2004-11-29  9:12   ` RE_TRANSLATE_P Kim F. Storm
2004-11-30  7:02     ` RE_TRANSLATE_P Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).