<?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 Compilation Error While migrating from HP CC to aCC compiler... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/compilation-error-while-migrating-from-hp-cc-to-acc-compiler/m-p/2845777#M101543</link>
    <description>Hi , &lt;BR /&gt;I am facing a problem when I am compling my existing code , previously compiled with HP cfront compiler, with the aCC compiler.I am getting the warning &lt;BR /&gt;Warning (anachronism) 823: preprocessing concatenation operation results in two valid preprocessing tokens. Depending on this implementation defined behavior will result in non-portable code.&lt;BR /&gt; #define RPCServer(s,v,m) &amp;amp;##s##_v##v##_##m##_s_ifspec&lt;BR /&gt;&lt;BR /&gt;Could you pl let me know the option used for concatenation in aCC..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Preethi</description>
    <pubDate>Fri, 15 Nov 2002 13:47:29 GMT</pubDate>
    <dc:creator>Preethi Vishwanath</dc:creator>
    <dc:date>2002-11-15T13:47:29Z</dc:date>
    <item>
      <title>Compilation Error While migrating from HP CC to aCC compiler...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compilation-error-while-migrating-from-hp-cc-to-acc-compiler/m-p/2845777#M101543</link>
      <description>Hi , &lt;BR /&gt;I am facing a problem when I am compling my existing code , previously compiled with HP cfront compiler, with the aCC compiler.I am getting the warning &lt;BR /&gt;Warning (anachronism) 823: preprocessing concatenation operation results in two valid preprocessing tokens. Depending on this implementation defined behavior will result in non-portable code.&lt;BR /&gt; #define RPCServer(s,v,m) &amp;amp;##s##_v##v##_##m##_s_ifspec&lt;BR /&gt;&lt;BR /&gt;Could you pl let me know the option used for concatenation in aCC..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Preethi</description>
      <pubDate>Fri, 15 Nov 2002 13:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compilation-error-while-migrating-from-hp-cc-to-acc-compiler/m-p/2845777#M101543</guid>
      <dc:creator>Preethi Vishwanath</dc:creator>
      <dc:date>2002-11-15T13:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Error While migrating from HP CC to aCC compiler...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compilation-error-while-migrating-from-hp-cc-to-acc-compiler/m-p/2845778#M101544</link>
      <description>Warning 823 is trying to tell you that you can't use ## to concatenate strings that will not create a single pp token.  For example you can't use it on:&lt;BR /&gt;    abc ## ::&lt;BR /&gt;&lt;BR /&gt;The solution is to remove the "##".</description>
      <pubDate>Thu, 09 Mar 2006 05:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compilation-error-while-migrating-from-hp-cc-to-acc-compiler/m-p/2845778#M101544</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-03-09T05:41:20Z</dc:date>
    </item>
  </channel>
</rss>

