mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
parent
abb8ef619b
commit
2d6f1ddbb5
4 changed files with 0 additions and 109 deletions
|
@ -37,7 +37,6 @@ struct PrimOp
|
|||
struct Env
|
||||
{
|
||||
Env * up;
|
||||
unsigned short size; // used by ‘valueSize’
|
||||
unsigned short prevWith:14; // nr of levels up to next `with' environment
|
||||
enum { Plain = 0, HasWithExpr, HasWithAttrs } type:2;
|
||||
Value * values[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue