mirror of
https://github.com/NixOS/nix
synced 2025-07-06 09:11:47 +02:00
* "Nix expression" -> "store expression".
* More refactoring.
This commit is contained in:
parent
9f0f020929
commit
ce92d1bf14
20 changed files with 121 additions and 119 deletions
|
@ -10,10 +10,10 @@ extern "C" {
|
|||
#include <asfix2.h>
|
||||
}
|
||||
|
||||
#include "aterm.hh"
|
||||
#include "parser.hh"
|
||||
#include "shared.hh"
|
||||
#include "fix-expr.hh"
|
||||
#include "expr.hh"
|
||||
#include "fixexpr.hh"
|
||||
#include "parse-table.h"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue