mirror of
https://github.com/NixOS/nix
synced 2025-07-03 14:31:46 +02:00
* Sync with the trunk.
This commit is contained in:
commit
71dfe4b90b
4 changed files with 12 additions and 4 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "nixexpr.hh"
|
||||
#include "symbol-table.hh"
|
||||
#include "hash.hh"
|
||||
|
||||
typedef union _ATermList * ATermList;
|
||||
|
||||
|
@ -12,7 +13,6 @@ typedef union _ATermList * ATermList;
|
|||
namespace nix {
|
||||
|
||||
|
||||
class Hash;
|
||||
class EvalState;
|
||||
struct Env;
|
||||
struct Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue