mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 05:00:58 +01:00
* "Fix expression" -> "Nix expression".
* More refactoring.
This commit is contained in:
parent
b1117ef29d
commit
dfc9c64ead
14 changed files with 27 additions and 32 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __PARSER_H
|
||||
#define __PARSER_H
|
||||
|
||||
#include "fixexpr.hh"
|
||||
#include "nixexpr.hh"
|
||||
|
||||
|
||||
Expr parseExprFromFile(Path path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue