<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 26: crash</title><link>https://sourceforge.net/p/gcgreatcode/bugs/26/</link><description>Recent changes to 26: crash</description><atom:link href="https://sourceforge.net/p/gcgreatcode/bugs/26/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 13 Apr 2006 16:40:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gcgreatcode/bugs/26/feed.rss" rel="self" type="application/rss+xml"/><item><title>crash</title><link>https://sourceforge.net/p/gcgreatcode/bugs/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;if there is an accent char like that éà ...&lt;br /&gt;
in comments, there is a crash Under vc .net 2003&lt;/p&gt;
&lt;p&gt;isalnum take an int as input parameter and this chars&lt;br /&gt;
are seen a less than 0.&lt;/p&gt;
&lt;p&gt;to correct, change this line (lexi.h line 59)&lt;/p&gt;
&lt;p&gt;#define Lisword(c)   (isalnum(c) || ((c) == '_') || ((c)&lt;br /&gt;
== '#'))&lt;/p&gt;
&lt;p&gt;by&lt;/p&gt;
&lt;p&gt;#define Lisword(c)   (isalnum((unsigned char)c) || ((c)&lt;br /&gt;
== '_') || ((c) == '#'))&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 13 Apr 2006 16:40:59 -0000</pubDate><guid>https://sourceforge.netfe67ea7b894e7e01973ca12d862f0de38078f818</guid></item></channel></rss>