[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 1.28 unbalanced '}'
From: |
Tagunov Anthony |
Subject: |
Re: 1.28 unbalanced '}' |
Date: |
Thu, 01 Feb 2001 00:24:42 +0300 |
SORRY. DON'T PAY ATTENTION TO THIS. I HAVE FIGURED OUT MY PROBLEM AND IT WAS IN
MY DEFINES
ALL THE BRACES MATCH. APOLOGIES. THANX
On Wed, 31 Jan 2001 22:12:06 +0300, Tagunov Anthony wrote:
>Hello, friends!
>
>I've hit a very frustrationg behaviour of bison 1.28 on Linux RH 6.1
>I send the srouce file.
>I compile it with
>bison ces.y
>and get what I've attached as a second file.
>
>Here's an example of problematic output code
>
>#line 37 "ces.y"
>{ context->trace("description"); context->traceln(yyvsp[0]);;
> break;}
>}
>
>The curly brackets are unballanced!!
>
>Will apprisiate your attention, best regards
>
>