emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r112828: Merge the specpdl and ba


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r112828: Merge the specpdl and backtrace stacks. Make the structure of the
Date: Mon, 03 Jun 2013 14:25:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> On Windows:

> eval.o: In function `Fsignal':
> c:\Devel\emacs\repo\debug\src/eval.c:1409: undefined reference to
> `backtrace_top'

Hmm... for some other reasons I just installed a patch that turns the
LISP_INLINE into EXTERN_INLINE.  With some luck, it may fix this
problem, but if it doesn't, we'll have to ask Paul, because I really
don't have enough of clue about what is the detailed semantics of those
INLINE annotations.

This said, I'm really surprised to see such problems, since
backtrace_(top|p|next) are defined in eval.c, before any use, so if code
from eval.c after the definition can't use those functions, it begs the
question: where can such <foo>INLINE functions be used?


        Stefan



reply via email to

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