<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://www.fenixdocs.com/skins/common/feed.css?63"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.fenixdocs.com/index.php?action=history&amp;feed=atom&amp;title=Precompiler_ifndef</id>
		<title>Precompiler ifndef - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.fenixdocs.com/index.php?action=history&amp;feed=atom&amp;title=Precompiler_ifndef"/>
		<link rel="alternate" type="text/html" href="http://www.fenixdocs.com/index.php?title=Precompiler_ifndef&amp;action=history"/>
		<updated>2026-05-02T17:03:36Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.10.1</generator>

	<entry>
		<id>http://www.fenixdocs.com/index.php?title=Precompiler_ifndef&amp;diff=4120&amp;oldid=prev</id>
		<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 rel="alternate" type="text/html" href="http://www.fenixdocs.com/index.php?title=Precompiler_ifndef&amp;diff=4120&amp;oldid=prev"/>
				<updated>2007-12-30T13:55:35Z</updated>
		
		<summary type="html">&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;</summary>
		<author><name>Sandman</name></author>	</entry>

	</feed>