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

* Hack for Bison 2.3 compatability.

This commit is contained in:
Eelco Dolstra 2006-10-02 14:43:15 +00:00
parent f316b6c1a9
commit 7581cfdee4
2 changed files with 14 additions and 2 deletions

View file

@ -10,6 +10,7 @@
#include "aterm.hh"
#include "nixexpr.hh"
#include "nixexpr-ast.hh"
#define BISON_HEADER_HACK
#include "parser-tab.hh"
using namespace nix;