<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[149051] trunk/dports/devel/qscintilla</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/149051">149051</a></dd>
<dt>Author</dt> <dd>mcalhoun@macports.org</dd>
<dt>Date</dt> <dd>2016-05-26 10:33:51 -0700 (Thu, 26 May 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>qscintilla: do not force C++ linkage (fixes #51437)</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsdevelqscintillaPortfile">trunk/dports/devel/qscintilla/Portfile</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkdportsdevelqscintillafilespatchremove_externdiff">trunk/dports/devel/qscintilla/files/patch-remove_extern.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsdevelqscintillaPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/devel/qscintilla/Portfile (149050 => 149051)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/qscintilla/Portfile        2016-05-26 17:23:57 UTC (rev 149050)
+++ trunk/dports/devel/qscintilla/Portfile        2016-05-26 17:33:51 UTC (rev 149051)
</span><span class="lines">@@ -10,6 +10,7 @@
</span><span class="cx"> # 'py*-qscintilla' port(s), since they contain the python bindings!
</span><span class="cx"> 
</span><span class="cx"> version             2.9.2
</span><ins>+revision            1
</ins><span class="cx"> checksums           rmd160 68d6bd8c4903dcf21efb75339627a767b953729d \
</span><span class="cx">                     sha256 f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a
</span><span class="cx"> 
</span><span class="lines">@@ -38,6 +39,8 @@
</span><span class="cx"> # library and header paths to include .. and ../Qt4 before others.
</span><span class="cx"> patchfiles-append   patch-add_debug.diff
</span><span class="cx"> 
</span><ins>+patchfiles-append   patch-remove_extern.diff
+
</ins><span class="cx"> post-patch {
</span><span class="cx">     # allow for universal and non-native building, if desired, by
</span><span class="cx">     # fixing up the QMake .pro files.
</span></span></pre></div>
<a id="trunkdportsdevelqscintillafilespatchremove_externdiff"></a>
<div class="addfile"><h4>Added: trunk/dports/devel/qscintilla/files/patch-remove_extern.diff (0 => 149051)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/qscintilla/files/patch-remove_extern.diff                                (rev 0)
+++ trunk/dports/devel/qscintilla/files/patch-remove_extern.diff        2016-05-26 17:33:51 UTC (rev 149051)
</span><span class="lines">@@ -0,0 +1,1100 @@
</span><ins>+--- Qt4Qt5/Qsci/qsciabstractapis.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qsciabstractapis.h        2016-05-16 19:25:31.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCIABSTRACTAPIS_H
+ #define QSCIABSTRACTAPIS_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QList&gt;
+ #include &lt;QObject&gt;
+ #include &lt;QStringList&gt;
+@@ -91,8 +87,4 @@
+     QsciAbstractAPIs &amp;operator=(const QsciAbstractAPIs &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qsciapis.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qsciapis.h        2016-05-16 19:22:46.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCIAPIS_H
+ #define QSCIAPIS_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QList&gt;
+ #include &lt;QObject&gt;
+ #include &lt;QPair&gt;
+@@ -214,8 +210,4 @@
+     QsciAPIs &amp;operator=(const QsciAPIs &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscicommand.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscicommand.h        2016-05-16 19:25:25.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCICOMMAND_H
+ #define QSCICOMMAND_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;qstring.h&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -406,8 +402,4 @@
+     QsciCommand &amp;operator=(const QsciCommand &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscicommandset.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscicommandset.h        2016-05-16 19:22:39.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCICOMMANDSET_H
+ #define QSCICOMMANDSET_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;qglobal.h&gt;

+ #include &lt;QList&gt;
+@@ -90,8 +86,4 @@
+     QsciCommandSet &amp;operator=(const QsciCommandSet &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscidocument.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscidocument.h        2016-05-16 19:25:19.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCIDOCUMENT_H
+ #define QSCIDOCUMENT_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;Qsci/qsciglobal.h&gt;


+@@ -62,8 +58,4 @@
+     QsciDocumentP *pdoc;
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qsciglobal.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qsciglobal.h        2016-05-16 19:22:32.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCIGLOBAL_H
+ #define QSCIGLOBAL_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;qglobal.h&gt;


+@@ -49,8 +45,4 @@
+ #define QT_END_NAMESPACE
+ #endif

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexer.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexer.h        2016-05-16 19:25:13.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXER_H
+ #define QSCILEXER_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QColor&gt;
+ #include &lt;QFont&gt;
+ #include &lt;QMap&gt;
+@@ -351,8 +347,4 @@
+     QsciLexer &amp;operator=(const QsciLexer &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexeravs.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexeravs.h        2016-05-16 19:22:25.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERAVS_H
+ #define QSCILEXERAVS_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -175,8 +171,4 @@
+     QsciLexerAVS &amp;operator=(const QsciLexerAVS &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerbash.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerbash.h        2016-05-16 19:25:06.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERBASH_H
+ #define QSCILEXERBASH_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -179,8 +175,4 @@
+         QsciLexerBash &amp;operator=(const QsciLexerBash &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerbatch.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerbatch.h        2016-05-16 19:22:18.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERBATCH_H
+ #define QSCILEXERBATCH_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -116,8 +112,4 @@
+     QsciLexerBatch &amp;operator=(const QsciLexerBatch &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexercmake.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexercmake.h        2016-05-16 19:24:59.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERCMAKE_H
+ #define QSCILEXERCMAKE_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -161,8 +157,4 @@
+     QsciLexerCMake &amp;operator=(const QsciLexerCMake &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexercoffeescript.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexercoffeescript.h        2016-05-16 19:22:10.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERCOFFEESCRIPT_H
+ #define QSCILEXERCOFFEESCRIPT_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -262,8 +258,4 @@
+     QsciLexerCoffeeScript &amp;operator=(const QsciLexerCoffeeScript &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexercpp.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexercpp.h        2016-05-16 19:24:53.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERCPP_H
+ #define QSCILEXERCPP_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -399,8 +395,4 @@
+     QsciLexerCPP &amp;operator=(const QsciLexerCPP &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexercsharp.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexercsharp.h        2016-05-16 19:22:05.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERCSHARP_H
+ #define QSCILEXERCSHARP_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -78,8 +74,4 @@
+     QsciLexerCSharp &amp;operator=(const QsciLexerCSharp &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexercss.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexercss.h        2016-05-16 19:24:47.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERCSS_H
+ #define QSCILEXERCSS_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -253,8 +249,4 @@
+     QsciLexerCSS &amp;operator=(const QsciLexerCSS &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexercustom.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexercustom.h        2016-05-16 19:21:58.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERCUSTOM_H
+ #define QSCILEXERCUSTOM_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;Qsci/qsciglobal.h&gt;
+ #include &lt;Qsci/qscilexer.h&gt;

+@@ -104,8 +100,4 @@
+     QsciLexerCustom &amp;operator=(const QsciLexerCustom &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerd.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerd.h        2016-05-16 19:24:40.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERD_H
+ #define QSCILEXERD_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -243,8 +239,4 @@
+     QsciLexerD &amp;operator=(const QsciLexerD &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerdiff.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerdiff.h        2016-05-16 19:21:50.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERDIFF_H
+ #define QSCILEXERDIFF_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -96,8 +92,4 @@
+     QsciLexerDiff &amp;operator=(const QsciLexerDiff &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerfortran.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerfortran.h        2016-05-16 19:24:31.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERFORTRAN_H
+ #define QSCILEXERFORTRAN_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -60,8 +56,4 @@
+     QsciLexerFortran &amp;operator=(const QsciLexerFortran &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerfortran77.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerfortran77.h        2016-05-16 19:21:41.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERFORTRAN77_H
+ #define QSCILEXERFORTRAN77_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -169,8 +165,4 @@
+     QsciLexerFortran77 &amp;operator=(const QsciLexerFortran77 &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerhtml.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerhtml.h        2016-05-16 19:24:24.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERHTML_H
+ #define QSCILEXERHTML_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -533,8 +529,4 @@
+     QsciLexerHTML &amp;operator=(const QsciLexerHTML &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexeridl.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexeridl.h        2016-05-16 19:21:35.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERIDL_H
+ #define QSCILEXERIDL_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -65,8 +61,4 @@
+     QsciLexerIDL &amp;operator=(const QsciLexerIDL &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerjava.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerjava.h        2016-05-16 19:24:17.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERJAVA_H
+ #define QSCILEXERJAVA_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -56,8 +52,4 @@
+     QsciLexerJava &amp;operator=(const QsciLexerJava &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerjavascript.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerjavascript.h        2016-05-16 19:21:29.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERJSCRIPT_H
+ #define QSCILEXERJSCRIPT_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -82,8 +78,4 @@
+     QsciLexerJavaScript &amp;operator=(const QsciLexerJavaScript &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerlua.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerlua.h        2016-05-16 19:24:11.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERLUA_H
+ #define QSCILEXERLUA_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -195,8 +191,4 @@
+     QsciLexerLua &amp;operator=(const QsciLexerLua &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexermakefile.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexermakefile.h        2016-05-16 19:21:23.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERMAKEFILE_H
+ #define QSCILEXERMAKEFILE_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -106,8 +102,4 @@
+     QsciLexerMakefile &amp;operator=(const QsciLexerMakefile &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexermatlab.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexermatlab.h        2016-05-16 19:24:05.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERMATLAB_H
+ #define QSCILEXERMATLAB_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -105,8 +101,4 @@
+     QsciLexerMatlab &amp;operator=(const QsciLexerMatlab &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexeroctave.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexeroctave.h        2016-05-16 19:21:17.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXEROCTAVE_H
+ #define QSCILEXEROCTAVE_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -61,8 +57,4 @@
+     QsciLexerOctave &amp;operator=(const QsciLexerOctave &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerpascal.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerpascal.h        2016-05-16 19:23:59.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERPASCAL_H
+ #define QSCILEXERPASCAL_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -228,8 +224,4 @@
+     QsciLexerPascal &amp;operator=(const QsciLexerPascal &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerperl.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerperl.h        2016-05-16 19:21:10.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERPERL_H
+ #define QSCILEXERPERL_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -313,8 +309,4 @@
+     QsciLexerPerl &amp;operator=(const QsciLexerPerl &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerpo.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerpo.h        2016-05-16 19:23:53.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERPO_H
+ #define QSCILEXERPO_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -164,8 +160,4 @@
+     QsciLexerPO &amp;operator=(const QsciLexerPO &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerpostscript.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerpostscript.h        2016-05-16 19:21:01.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERPOSTSCRIPT_H
+ #define QSCILEXERPOSTSCRIPT_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -205,8 +201,4 @@
+     QsciLexerPostScript &amp;operator=(const QsciLexerPostScript &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerpov.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerpov.h        2016-05-16 19:23:47.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERPOV_H
+ #define QSCILEXERPOV_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -204,8 +200,4 @@
+     QsciLexerPOV &amp;operator=(const QsciLexerPOV &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerproperties.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerproperties.h        2016-05-16 19:20:54.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERPROPERTIES_H
+ #define QSCILEXERPROPERTIES_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -151,8 +147,4 @@
+     QsciLexerProperties &amp;operator=(const QsciLexerProperties &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerpython.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerpython.h        2016-05-16 19:23:40.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERPYTHON_H
+ #define QSCILEXERPYTHON_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -322,8 +318,4 @@
+     QsciLexerPython &amp;operator=(const QsciLexerPython &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerruby.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerruby.h        2016-05-16 19:20:47.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERRUBY_H
+ #define QSCILEXERRUBY_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -241,8 +237,4 @@
+     QsciLexerRuby &amp;operator=(const QsciLexerRuby &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerspice.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerspice.h        2016-05-16 19:23:35.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERSPICE_H
+ #define QSCILEXERSPICE_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -107,8 +103,4 @@
+     QsciLexerSpice &amp;operator=(const QsciLexerSpice &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexersql.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexersql.h        2016-05-16 19:20:21.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERSQL_H
+ #define QSCILEXERSQL_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -287,8 +283,4 @@
+     QsciLexerSQL &amp;operator=(const QsciLexerSQL &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexertcl.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexertcl.h        2016-05-16 19:23:28.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERTCL_H
+ #define QSCILEXERTCL_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -190,8 +186,4 @@
+         QsciLexerTCL &amp;operator=(const QsciLexerTCL &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexertex.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexertex.h        2016-05-16 19:20:13.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERTEX_H
+ #define QSCILEXERTEX_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -164,8 +160,4 @@
+     QsciLexerTeX &amp;operator=(const QsciLexerTeX &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerverilog.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerverilog.h        2016-05-16 19:23:22.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERVERILOG_H
+ #define QSCILEXERVERILOG_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -258,8 +254,4 @@
+     QsciLexerVerilog &amp;operator=(const QsciLexerVerilog &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexervhdl.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexervhdl.h        2016-05-16 19:20:02.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERVHDL_H
+ #define QSCILEXERVHDL_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -222,8 +218,4 @@
+     QsciLexerVHDL &amp;operator=(const QsciLexerVHDL &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexerxml.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexerxml.h        2016-05-16 19:23:16.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERXML_H
+ #define QSCILEXERXML_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -107,8 +103,4 @@
+     QsciLexerXML &amp;operator=(const QsciLexerXML &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscilexeryaml.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscilexeryaml.h        2016-05-16 19:19:56.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCILEXERYAML_H
+ #define QSCILEXERYAML_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QObject&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -148,8 +144,4 @@
+     QsciLexerYAML &amp;operator=(const QsciLexerYAML &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscimacro.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscimacro.h        2016-05-16 19:23:09.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCIMACRO_H
+ #define QSCIMACRO_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QList&gt;
+ #include &lt;QObject&gt;
+ #include &lt;QString&gt;
+@@ -99,8 +95,4 @@
+     QsciMacro &amp;operator=(const QsciMacro &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qsciprinter.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qsciprinter.h        2016-05-16 19:19:49.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCIPRINTER_H
+ #define QSCIPRINTER_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ // This is needed for Qt v5.0.0-alpha.
+ #if defined(B0)
+ #undef B0
+@@ -113,8 +109,4 @@

+ #endif

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qsciscintilla.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qsciscintilla.h        2016-05-16 19:23:02.000000000 -0700
+@@ -22,10 +22,6 @@
+ #ifndef QSCISCINTILLA_H
+ #define QSCISCINTILLA_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;QByteArray&gt;
+ #include &lt;QList&gt;
+ #include &lt;QObject&gt;
+@@ -2157,8 +2153,4 @@
+     QsciScintilla &amp;operator=(const QsciScintilla &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qsciscintillabase.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qsciscintillabase.h        2016-05-16 19:19:35.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCISCINTILLABASE_H
+ #define QSCISCINTILLABASE_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;qglobal.h&gt;

+ #include &lt;QAbstractScrollArea&gt;
+@@ -3614,8 +3610,4 @@
+     QsciScintillaBase &amp;operator=(const QsciScintillaBase &amp;);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscistyle.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscistyle.h        2016-05-16 19:22:53.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCISTYLE_H
+ #define QSCISTYLE_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;qcolor.h&gt;
+ #include &lt;qfont.h&gt;
+ #include &lt;qstring.h&gt;
+@@ -190,8 +186,4 @@
+     void init(int style);
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
+--- Qt4Qt5/Qsci/qscistyledtext.h.orig        2016-04-18 02:08:48.000000000 -0700
++++ Qt4Qt5/Qsci/qscistyledtext.h        2016-05-16 19:19:22.000000000 -0700
+@@ -21,10 +21,6 @@
+ #ifndef QSCISTYLEDTEXT_H
+ #define QSCISTYLEDTEXT_H

+-#ifdef __APPLE__
+-extern &quot;C++&quot; {
+-#endif
+-
+ #include &lt;qstring.h&gt;

+ #include &lt;Qsci/qsciglobal.h&gt;
+@@ -62,8 +58,4 @@
+     const QsciStyle *explicit_style;
+ };

+-#ifdef __APPLE__
+-}
+-#endif
+-
+ #endif
</ins></span></pre>
</div>
</div>

</body>
</html>