Use Bison 2.5

This commit is contained in:
Eelco Dolstra 2012-04-13 14:28:26 +02:00
parent 209927bb27
commit 00c98a6bef
2 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@ let
inherit officialRelease;
buildInputs =
[ curl bison24 flex2535 perl libxml2 libxslt w3m bzip2
[ curl bison25 flex2535 perl libxml2 libxslt w3m bzip2
tetex dblatex nukeReferences pkgconfig sqlite git
];

View File

@ -8,6 +8,8 @@
%parse-param { ParseData * data }
%lex-param { yyscan_t scanner }
%lex-param { ParseData * data }
%expect 1
%expect-rr 1
%code requires {