1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

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

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