Re: Trouble inlining code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

It seems your function is defined several times : multiple definition of `your_func'
May be this is a stupid advice, but didn't you forget the classic #ifndef ?

#if !defined(MY_HEADER)
#define MY_HEADER

... my header content and inline definitions  ...

#endif

Hopes this help.

S.L.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux