forked from lix-project/lix
Use Bison 2.5
This commit is contained in:
parent
209927bb27
commit
00c98a6bef
|
@ -19,7 +19,7 @@ let
|
||||||
inherit officialRelease;
|
inherit officialRelease;
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ curl bison24 flex2535 perl libxml2 libxslt w3m bzip2
|
[ curl bison25 flex2535 perl libxml2 libxslt w3m bzip2
|
||||||
tetex dblatex nukeReferences pkgconfig sqlite git
|
tetex dblatex nukeReferences pkgconfig sqlite git
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
%parse-param { ParseData * data }
|
%parse-param { ParseData * data }
|
||||||
%lex-param { yyscan_t scanner }
|
%lex-param { yyscan_t scanner }
|
||||||
%lex-param { ParseData * data }
|
%lex-param { ParseData * data }
|
||||||
|
%expect 1
|
||||||
|
%expect-rr 1
|
||||||
|
|
||||||
%code requires {
|
%code requires {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue