Re: Unexpected error due to EOF

2010-07-22 Thread Panayiotis Karabassis
On 07/22/2010 01:55 PM, Akim Demaille wrote: Le 21 juil. 2010 à 23:15, Panayiotis Karabassis a écrit : Hi! Well, it turns out it was a missing YYSTYPE definition from the parser file. Thus defaulting to int and having yystate accidentally overwritten on updating yylval. A difficult bug. I

Re: Unexpected error due to EOF

2010-07-22 Thread Akim Demaille
Le 21 juil. 2010 à 23:15, Panayiotis Karabassis a écrit : Hi! > Well, it turns out it was a missing YYSTYPE definition from the parser file. > Thus defaulting to int and having yystate accidentally overwritten on > updating yylval. A difficult bug. I might be missing something, but I don't un

Re: Unexpected error due to EOF

2010-07-21 Thread Panayiotis Karabassis
Well, it turns out it was a missing YYSTYPE definition from the parser file. Thus defaulting to int and having yystate accidentally overwritten on updating yylval. A difficult bug. Regards, Panayiotis On 07/21/2010 09:48 PM, Panayiotis Karabassis wrote: Hi! I am getting an unexpected ( by