All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: Michael Matz <matz@suse.de>
Cc: Terrence Miller <Terrence.Miller@Sun.COM>,
	Andi Kleen <ak@suse.de>,
	discuss@x86-64.org, Jakub Jelinek <jakub@redhat.com>,
	Adrian Bunk <bunk@stusta.de>,
	linux-kernel@vger.kernel.org
Subject: Re: [discuss] [2.6 patch] include/asm-x86_64 "extern inline" -> "static inline"
Date: Tue, 06 Sep 2005 17:07:40 -0700	[thread overview]
Message-ID: <431E2F4C.7070600@zytor.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0509062332040.27439@wotan.suse.de>

Michael Matz wrote:
> 
> As "extern inline" is a GNU extension I don't understand this remark.  

Sort of.

C99 has the equivalent construct, but spell it differently:

inline foo(int bar) {
	...
}
extern foo(int bar);

There is no "static inline" in C99 either; it's just "inline".

	-hpa

  reply	other threads:[~2005-09-07  0:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-02 20:31 [2.6 patch] include/asm-x86_64 "extern inline" -> "static inline" Adrian Bunk
2005-09-05  8:52 ` [discuss] " Michael Matz
2005-09-05 18:00   ` Adrian Bunk
2005-09-05 18:47     ` Jakub Jelinek
2005-09-05 19:00       ` Adrian Bunk
2005-09-06  4:38         ` H. Peter Anvin
2005-09-06 17:54       ` Terrence Miller
2005-09-06 20:23         ` Andi Kleen
2005-09-06 20:32           ` David S. Miller
2005-09-06 20:55           ` Terrence Miller
2005-09-06 21:41             ` Michael Matz
2005-09-07  0:07               ` H. Peter Anvin [this message]
2005-09-06 21:49             ` Andi Kleen
2005-09-05 23:25 ` Andi Kleen

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=431E2F4C.7070600@zytor.com \
    --to=hpa@zytor.com \
    --cc=Terrence.Miller@Sun.COM \
    --cc=ak@suse.de \
    --cc=bunk@stusta.de \
    --cc=discuss@x86-64.org \
    --cc=jakub@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matz@suse.de \
    /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.
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.