help-flex
[Top][All Lists]
Advanced

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

flex


From: Bhola Ram Meena
Subject: flex
Date: Wed, 12 Feb 2003 18:41:32 +0530

    I am facing a problem with flex.
  Flex is generating this code.
   
void yyFlexLexer::LexerError( yyconst char msg[] )
        {
        cerr << msg << '\n';
        exit( YY_EXIT_FAILURE );
        }
At compile time  it is giving error like
lex.yy.cc: In method `void yyFlexLexer::LexerError (const char *)':
lex.yy.cc:1545: `25' cannot be used as a function.
        I have tried a lot to fix it but i am unable to fix it.

         I would be very thankful if someone could point out the error.

With sincere regards,

Bhola Ram Meena




reply via email to

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