mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
C API: rename State to EvalState
This commit is contained in:
parent
24604d024a
commit
535694122e
9 changed files with 85 additions and 64 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
nix_state_free(state);
|
||||
}
|
||||
|
||||
State * state;
|
||||
EvalState * state;
|
||||
Value * value;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue