help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Totally Stumped...Run-Time Check Failure...


From: brian plummer
Subject: Re: Totally Stumped...Run-Time Check Failure...
Date: Wed, 18 Sep 2002 23:37:11 +0200

Please disregard my question on the differences between my CYGWIN and
Solaris versions of bison...they are simply just different...


>From: Hans Aberg <address@hidden>
>To: "brian plummer" <address@hidden>
>CC: address@hidden
>Subject: Re: Totally Stumped...Run-Time Check Failure...
>Date: Wed, 18 Sep 2002 20:54:25 +0200
>
>At 18:21 +0000 2002/09/18, brian plummer wrote:
> >I'm getting the following error at runtime in VC++:
> >
> >Run-Time Check Failure #3 - The variable 'yyval' is being used without
>being
> >defined.
> >
> >and the line that is causing the problem is:
> >
> >  *++yyvsp = yyval;
> >
> >which is within yyparse().
> >
> >But yyval is defined as far as I can see.  I run my code through the
> >pre-processor and yyval is there plain as day:
> >
> >  YYSTYPE yyval;             /*  the variable used to return         */
>
>Is your YYSTYPE defined properly?
>
>   Hans Aberg




_________________________________________________________________
Join the worldís largest e-mail service with MSN Hotmail.
http://www.hotmail.com






reply via email to

[Prev in Thread] Current Thread [Next in Thread]