diff --git a/src/libexpr/parser.y b/src/libexpr/parser.y index b7624df7e..7bafd89d8 100644 --- a/src/libexpr/parser.y +++ b/src/libexpr/parser.y @@ -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"