bug-bison
[Top][All Lists]
Advanced

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

bison++ source code error


From: Lindström Stefan
Subject: bison++ source code error
Date: Sun, 19 Feb 2006 19:43:48 +0100

Hi,
 
compilation halts with an error message for bison++-produced code 
(bison++-1.21.11). The last semicolon of the below class declaration of 
'bison.cc' must be removed to make the code pass compilation.
 
(both g++ and Sun's cc detect the error.)
 
/*apres const */

address@hidden::address@hidden(address@hidden) address@hidden

{

#if address@hidden != 0

address@hidden;

#endif

address@hidden;

};

 
}; should be replaced by just }
 
 
Best regards
/Stefan Lindström, Mid Sweden University
 




reply via email to

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