forked from lix-project/lix
Remove obsolete reference to ATerms
This commit is contained in:
parent
46ffcce0c3
commit
fd7d979c79
|
@ -39,9 +39,9 @@ struct Value
|
||||||
int integer;
|
int integer;
|
||||||
bool boolean;
|
bool boolean;
|
||||||
|
|
||||||
/* Strings in the evaluator carry a so-called `context' (the
|
/* Strings in the evaluator carry a so-called `context' which
|
||||||
ATermList) which is a list of strings representing store
|
is a list of strings representing store paths. This is to
|
||||||
paths. This is to allow users to write things like
|
allow users to write things like
|
||||||
|
|
||||||
"--with-freetype2-library=" + freetype + "/lib"
|
"--with-freetype2-library=" + freetype + "/lib"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue