<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: GCC Preprocessor Defines</title>
	<atom:link href="http://www.n8gray.org/blog/2004/07/27/gcc-preprocessor-defines/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.n8gray.org/blog/2004/07/27/gcc-preprocessor-defines/</link>
	<description>distraction in action</description>
	<lastBuildDate>Fri, 08 Oct 2010 05:30:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Todd</title>
		<link>http://www.n8gray.org/blog/2004/07/27/gcc-preprocessor-defines/comment-page-1/#comment-25294</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Wed, 26 Nov 2008 15:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.n8gray.org/sandbox/wordpress/?p=74#comment-25294</guid>
		<description>File-free version that works for me:

&lt;code&gt;
echo &#124; gcc -E -dM -
&lt;/code&gt;

The filename &#039;-&#039; (hypen) means read from stdin.</description>
		<content:encoded><![CDATA[<p>File-free version that works for me:</p>
<p><code><br />
echo | gcc -E -dM -<br />
</code></p>
<p>The filename &#8216;-&#8217; (hypen) means read from stdin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.n8gray.org/blog/2004/07/27/gcc-preprocessor-defines/comment-page-1/#comment-20587</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Thu, 15 May 2008 23:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.n8gray.org/sandbox/wordpress/?p=74#comment-20587</guid>
		<description>File-free version:

echo &#039;&#039; &#124; gcc -E -dM</description>
		<content:encoded><![CDATA[<p>File-free version:</p>
<p>echo &#8221; | gcc -E -dM</p>
]]></content:encoded>
	</item>
</channel>
</rss>

