<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CW 5.9.0 SE Inlining functions in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171632#M3463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Keyword inline has been added to the ISO/IEC 9899:1999 (also named c99) standard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; But compiler on CW 5.9 does not implement that version of the standard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2011 12:57:56 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2011-10-05T12:57:56Z</dc:date>
    <item>
      <title>CW 5.9.0 SE Inlining functions</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171626#M3457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stumbled across the &lt;SPAN style="color: #0000ff; font-family: 'courier new,courier';"&gt;INLINE&lt;/SPAN&gt; pragma and managed to get it working, but I 'm still wondering why a simple:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;inline void myfunc( void );&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;wouldn't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:20:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171626#M3457</guid>
      <dc:creator>AirDragon</dc:creator>
      <dc:date>2020-10-29T09:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: CW 5.9.0 SE Inlining functions</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171627#M3458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you have is not correct usage for a pragma.&amp;nbsp; The correct&amp;nbsp;usage -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;#pragma INLINE&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;void myfunc( void)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;{&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 08:42:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171627#M3458</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2011-10-04T08:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: CW 5.9.0 SE Inlining functions</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171628#M3459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, yes, that's what was working for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I was asking why just using the inline declarator wouldn't work? I keep getting "missing decl" errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 11:15:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171628#M3459</guid>
      <dc:creator>AirDragon</dc:creator>
      <dc:date>2011-10-04T11:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: CW 5.9.0 SE Inlining functions</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171629#M3460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;AirDragon wrote:&lt;BR /&gt;&lt;P&gt;But I was asking why just using the inline declarator wouldn't work? I keep getting "missing decl" errors.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Perhaps this is because "inline" is not a valid keyword or typedef.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 12:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171629#M3460</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2011-10-04T12:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: CW 5.9.0 SE Inlining functions</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171630#M3461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Compiler delivered on CW 5.9.0 implements the ISO/IEC 9899:1990 (also known as c90 ANSI C standard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this standard inline is not a valid keyword for ANSI C language. It is only recognized when you are programming in C++.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:04:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171630#M3461</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-10-04T15:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: CW 5.9.0 SE Inlining functions</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171631#M3462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Huh, ok. That's wierd because I thought I saw the "inline" definition in ISO/IEC 9899... I'll have to look at it again to see whats going on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks, bigmac and CrasyCat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 03:54:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171631#M3462</guid>
      <dc:creator>AirDragon</dc:creator>
      <dc:date>2011-10-05T03:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: CW 5.9.0 SE Inlining functions</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171632#M3463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Keyword inline has been added to the ISO/IEC 9899:1999 (also named c99) standard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; But compiler on CW 5.9 does not implement that version of the standard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 12:57:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171632#M3463</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-10-05T12:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: CW 5.9.0 SE Inlining functions</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171633#M3464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well that explains things rather nicely, Lol.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 21:13:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-5-9-0-SE-Inlining-functions/m-p/171633#M3464</guid>
      <dc:creator>AirDragon</dc:creator>
      <dc:date>2011-10-05T21:13:30Z</dc:date>
    </item>
  </channel>
</rss>

