* 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
1 changed files with 1 additions and 0 deletions

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"