<br><br><div class="gmail_quote">On 29 Feb 2008 19:54:27 +0100, Soeren Sandmann &lt;<a href="mailto:sandmann@daimi.au.dk">sandmann@daimi.au.dk</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Antoine,<br><br>
- The whole &quot;FIXME&quot; and #define INLINE inline should just go away. If<br>
 &nbsp; inline is accepted by all compilers we care about, then let&#39;s just<br>
 &nbsp; use that. An unconditional<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;#define INLINE inline<br>
<br></blockquote></div><br>Yeah, just use &#39;inline&#39; everywhere -- for Windows just #define inline __inline<br>