diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-05-15T08·10+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-05-15T08·10+0000 |
commit | b2235d81d1b3733a93fdd1397a62d0f49409dcb0 (patch) | |
tree | c8e5ac8ceb4390f992e3972f595c5dde567d1b5f /src/libexpr/eval.hh | |
parent | 8032f26ca0bd2233de066ce5786ff976bbd641ae (diff) |
* Restore the __overrides feature that was lost somewhere in the
fast-eval branch.
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 1a9862c29533..852485b05fa5 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -181,7 +181,8 @@ public: SymbolTable symbols; - const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName, sSystem; + const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName, + sSystem, sOverrides; private: SrcToStore srcToStore; |