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

* Make Nix build with Bison 2.4.

This commit is contained in:
Eelco Dolstra 2009-01-12 12:51:28 +00:00
parent 28355dafcf
commit 8e39d9bdb3

View file

@ -25,6 +25,7 @@
#include "parser-tab.hh"
#include "lexer-tab.hh"
#define YYSTYPE YYSTYPE // workaround a bug in Bison 2.4
#include "nixexpr.hh"
#include "nixexpr-ast.hh"