<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Error directive</title><link>https://sourceforge.net/p/typp/wiki/Error%2520directive/</link><description>Recent changes to Error directive</description><atom:link href="https://sourceforge.net/p/typp/wiki/Error%20directive/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 07 Jan 2016 12:12:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/typp/wiki/Error%20directive/feed" rel="self" type="application/rss+xml"/><item><title>Error directive modified by Cyder</title><link>https://sourceforge.net/p/typp/wiki/Error%2520directive/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,9 +3,8 @@
 Function: `tpp.c TPPLexer_Next`

 The c11 standard describes a `#error` directive, that can be used, to terminate the preprocessor and compilation.
-TPP Implements this directive with the warning 4, which defaults to being a critical error.
+TPP Implements this directive with the warning 4, which defaults to being a critical error, making it the only state, that causes tpp, to terminate prematurely.
 The `#error` may be followed by a sequence of tokens until the next line-feed token, that will be used the error message
-

 ~~~~

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cyder</dc:creator><pubDate>Thu, 07 Jan 2016 12:12:47 -0000</pubDate><guid>https://sourceforge.net1135c2e5b889e00892e6b4437ef22c71011e4c4a</guid></item><item><title>Error directive modified by Cyder</title><link>https://sourceforge.net/p/typp/wiki/Error%2520directive/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Error Directive&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Function: &lt;code&gt;tpp.c TPPLexer_Next&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The c11 standard describes a &lt;code&gt;#error&lt;/code&gt; directive, that can be used, to terminate the preprocessor and compilation.&lt;br/&gt;
TPP Implements this directive with the warning 4, which defaults to being a critical error.&lt;br/&gt;
The &lt;code&gt;#error&lt;/code&gt; may be followed by a sequence of tokens until the next line-feed token, that will be used the error message&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;#if !__has_include(&amp;lt;stdio.h&amp;gt;)
#error We need &amp;lt;stdio.h&amp;gt;, to continue here!
#endif
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cyder</dc:creator><pubDate>Thu, 07 Jan 2016 12:11:42 -0000</pubDate><guid>https://sourceforge.net728ff98a946cd4d806f16b1190dacb50c2c4264a</guid></item></channel></rss>