View previous topic :: View next topic |
Author |
Message |
Kuan Hsu
Joined: 15 Apr 2006 Posts: 143 Location: Taiwan
|
Posted: Sat Nov 04, 2006 11:34 am Post subject: Little bug... |
|
|
Thank for your wonderful work!!
Currentlly I try to use new Code Analyzer rev.36 to poseidon, I found a little bug:
In parsing.headers, the ImportBindList class, line 125~128:
Code: |
if( ts.next( TOK.Comma ) )
{
parseTerminal(); // <-- may add this one.
parse();
}
|
Thanks! |
|
Back to top |
|
|
hasan
Joined: 02 May 2005 Posts: 58
|
Posted: Sun Nov 05, 2006 5:32 am Post subject: Re: Little bug... |
|
|
Kuan Hsu wrote: | Thank for your wonderful work!!
Currentlly I try to use new Code Analyzer rev.36 to poseidon, I found a little bug:
In parsing.headers, the ImportBindList class, line 125~128:
Code: |
if( ts.next( TOK.Comma ) )
{
parseTerminal(); // <-- may add this one.
parse();
}
|
Thanks! |
much thanks!! |
|
Back to top |
|
|
|