1
1
Fork 0
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:
Eelco Dolstra 2003-11-18 12:06:07 +00:00
parent b1117ef29d
commit dfc9c64ead
14 changed files with 27 additions and 32 deletions

View file

@ -1,7 +1,7 @@
#ifndef __PARSER_H
#define __PARSER_H
#include "fixexpr.hh"
#include "nixexpr.hh"
Expr parseExprFromFile(Path path);