all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: lekktu@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r112828: Merge the specpdl and	backtrace stacks. Make the structure of the
Date: Tue, 04 Jun 2013 18:13:11 +0300	[thread overview]
Message-ID: <83mwr5x62g.fsf@gnu.org> (raw)
In-Reply-To: <51AD8146.8080909@cs.ucla.edu>

> Date: Mon, 03 Jun 2013 22:55:18 -0700
> From: Paul Eggert <eggert@cs.ucla.edu>
> CC: Stefan Monnier <monnier@iro.umontreal.ca>, lekktu@gmail.com, 
>  emacs-devel@gnu.org
> 
> On 06/03/2013 12:23 PM, Eli Zaretskii wrote:
> > Perhaps Paul could describe that nonetheless.
> 
> Where's a good place to put the description?

My guess would be in lisp.h, right before we use this for the first
time.

>      INLINE_HEADER_BEGIN
>      #ifndef AAA_INLINE
>      # define AAA_INLINE INLINE
>      #endif
> 
>      AAA_INLINE int foo (int i) { return i + 1; }
> 
>      INLINE_HEADER_END
> 
>   On C99 hosts this expands to C99-style 'extern inline' usage that avoids
>   the code bloat.

Thanks.  That's what I thought these did, but then how to explain the
fact that revision 112828 produced unresolved externals for such
functions that were defined in the same file (eval.c)?



  reply	other threads:[~2013-06-04 15:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1UjQtA-0006p7-My@vcs.savannah.gnu.org>
2013-06-03 13:59 ` [Emacs-diffs] /srv/bzr/emacs/trunk r112828: Merge the specpdl and backtrace stacks. Make the structure of the Juanma Barranquero
2013-06-03 14:01   ` Juanma Barranquero
2013-06-03 18:25   ` Stefan Monnier
2013-06-03 19:23     ` Eli Zaretskii
2013-06-04  5:55       ` Paul Eggert
2013-06-04 15:13         ` Eli Zaretskii [this message]
2013-06-18 18:50           ` Paul Eggert
2013-06-18 19:05             ` Eli Zaretskii
2013-06-18 20:56               ` Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83mwr5x62g.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.