[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: |
Paul Eggert |
Subject: |
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r112828: Merge the specpdl and backtrace stacks. Make the structure of the |
Date: |
Tue, 18 Jun 2013 13:56:59 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 |
On 06/18/13 12:05, Eli Zaretskii wrote:
> So you are saying that the following is not valid C99, unless another
> module defines 'foo' as 'extern inline'?
>
> inline int foo (void) { return 42; }
> int bar (void) { return foo (); }
Yes, that's right. See ISO/IEC 9899:TC3 section 6.7.4
paragraphs 6 and 8. C11 is the same, unfortunately.
Here's where you can get a copy of the C99 standard
(actually, the last freely readable draft, but that's good enough):
http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf