help-bison
[Top][All Lists]
Advanced

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

error


From: Pratima Nallapaneni
Subject: error
Date: Sun, 15 Sep 2002 22:37:31 -0700 (PDT)

Hi,
 I resolved all the earlier errors . But I am still
having once error. That is I am declaring

extern FILE *yyin;

after the include statements outside the main
somewhere.

When I use it in the main in the following way. It is
giving me errors.
if( ..)  
 yyin = fopen( argv[0], "r" );
else
 yyin = stdin;
Its giving me error saying :
undefined symbol: yyin

How do I resolve this. I am using 1.24 version of
Bison and I am running the program in UNIX.
Please help me

Thanks
pratima

__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com




reply via email to

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