<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 39: Hangs on enum construction</title><link href="https://sourceforge.net/p/gcgreatcode/bugs/39/" rel="alternate"/><link href="https://sourceforge.net/p/gcgreatcode/bugs/39/feed.atom" rel="self"/><id>https://sourceforge.net/p/gcgreatcode/bugs/39/</id><updated>2007-10-28T18:32:30Z</updated><subtitle>Recent changes to 39: Hangs on enum construction</subtitle><entry><title>Hangs on enum construction</title><link href="https://sourceforge.net/p/gcgreatcode/bugs/39/" rel="alternate"/><published>2007-10-28T18:32:30Z</published><updated>2007-10-28T18:32:30Z</updated><author><name>BRG</name><uri>https://sourceforge.net/u/brgladman/</uri></author><id>https://sourceforge.netefcd0dac0e05106cbf11e73b8226891357300696</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;GreatCode hangs on encountering the construction:&lt;/p&gt;
&lt;p&gt;enum nametype i0 = NONE;&lt;/p&gt;
&lt;p&gt;for the declaration of an enum variable of type nametype.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;As far as I can tell, this is because the function:&lt;/p&gt;
&lt;p&gt;Grammar_BeginEndDecl(FileDes *pfile)&lt;/p&gt;
&lt;p&gt;doesn't correctly identify the end of this type of declaration.&lt;/p&gt;
&lt;p&gt;The attached file triggers the problem.&lt;/p&gt;
&lt;p&gt;Brian Gladman&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>