From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel 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 22:23:25 +0300 Message-ID: <83txlfvw0i.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1370287420 28119 80.91.229.3 (3 Jun 2013 19:23:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Jun 2013 19:23:40 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 03 21:23:39 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UjaLy-0001CY-Iq for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 21:23:38 +0200 Original-Received: from localhost ([::1]:51287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjaLy-0001tl-6I for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 15:23:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjaLu-0001tc-AH for emacs-devel@gnu.org; Mon, 03 Jun 2013 15:23:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjaLs-0001oS-1U for emacs-devel@gnu.org; Mon, 03 Jun 2013 15:23:34 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:57830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjaLr-0001o5-Nq for emacs-devel@gnu.org; Mon, 03 Jun 2013 15:23:31 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MNU004000GQR600@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 03 Jun 2013 22:23:30 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MNU004VZ0J5HM30@a-mtaout20.012.net.il>; Mon, 03 Jun 2013 22:23:30 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160057 Archived-At: > From: Stefan Monnier > Date: Mon, 03 Jun 2013 14:25:47 -0400 > Cc: Emacs developers > > > 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 It seems to fix it, indeed. Thanks. > 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. Perhaps Paul could describe that nonetheless.