<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://www.fenixdocs.com/skins/common/feed.css?63"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Precompiler ifndef - Revision history</title>
		<link>http://www.fenixdocs.com/index.php?title=Precompiler_ifndef&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.10.1</generator>
		<lastBuildDate>Sat, 02 May 2026 17:03:35 GMT</lastBuildDate>
		<item>
			<title>Sandman: New page: category:precompiler  == Definition == '''#ifndef''' &lt;what to check&gt; :&lt;if block&gt; ['''#else :&lt;else block&gt;] '''#endif'''  Checks if ''what to check'' was previously defined in the code. ...</title>
			<link>http://www.fenixdocs.com/index.php?title=Precompiler_ifndef&amp;diff=4120&amp;oldid=prev</link>
			<description>&lt;p&gt;New page: &lt;a href=&quot;/index.php/Category:Precompiler&quot; title=&quot;Category:Precompiler&quot;&gt;category:precompiler&lt;/a&gt;  == Definition == '''#ifndef''' &amp;lt;what to check&amp;gt; :&amp;lt;if block&amp;gt; ['''#else :&amp;lt;else block&amp;gt;] '''#endif'''  Checks if ''what to check'' was previously defined in the code. ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[category:precompiler]]&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
'''#ifndef''' &amp;lt;what to check&amp;gt;&lt;br /&gt;
:&amp;lt;if block&amp;gt;&lt;br /&gt;
['''#else&lt;br /&gt;
:&amp;lt;else block&amp;gt;]&lt;br /&gt;
'''#endif'''&lt;br /&gt;
&lt;br /&gt;
Checks if ''what to check'' was previously defined in the code. If it isn't, the code in ''if block'' will be compiled. If it is, the code in ''else block'' will be compiled or when there is no ''else block'', the compiler will continue after [[precompiler_endif|#endif]].&lt;br /&gt;
&lt;br /&gt;
It is the opposite of [[precompiler_ifdef|#ifdef]].&lt;br /&gt;
&lt;br /&gt;
{{Precompiler_statements}}&lt;/div&gt;</description>
			<pubDate>Sun, 30 Dec 2007 13:55:35 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://www.fenixdocs.com/index.php/Talk:Precompiler_ifndef</comments>		</item>
	</channel>
</rss>