Quoting David Michael (2014-12-02 12:40:26)
> On Mon, Dec 1, 2014 at 10:00 AM, Justus Winter
> <4win...@informatik.uni-hamburg.de> wrote:
> > * libshouldbeinlibc/refcount.h: Move here, and declare all functions
> > `extern inline'.
> > * libshouldbeinlibc/refcount.c: And define the functions here.
On Mon, Dec 1, 2014 at 10:00 AM, Justus Winter
<4win...@informatik.uni-hamburg.de> wrote:
> * libshouldbeinlibc/refcount.h: Move here, and declare all functions
> `extern inline'.
> * libshouldbeinlibc/refcount.c: And define the functions here.
> * libshouldbeinlibc/Makefile: Add `refcount.{c,h}'.
Justus Winter, le Mon 01 Dec 2014 16:00:25 +0100, a écrit :
> Declare all functions `extern inline' instead of `static inline'.
> This allows us to use them in functions declared as `extern inline'.
>
> * libshouldbeinlibc/refcount.h: Move here, and declare all functions
> `extern inline'.
> * lib
Declare all functions `extern inline' instead of `static inline'.
This allows us to use them in functions declared as `extern inline'.
* libshouldbeinlibc/refcount.h: Move here, and declare all functions
`extern inline'.
* libshouldbeinlibc/refcount.c: And define the functions here.
* libshouldbei