aboutsummaryrefslogtreecommitdiff
path: root/eval.h
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-05 05:32:25 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-05 05:32:25 +0900
commit94d6f2a2843a3da25498e2692b137e1f222931c8 (patch)
treeb8c71cc290b3fb5f64d95a6f799f801e87963ae8 /eval.h
parentfda79439f78dc74fd1b297d785c3ccb3ccdd549c (diff)
downloadkati-94d6f2a2843a3da25498e2692b137e1f222931c8.tar.gz
[C++] Fix shell_var.mk
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/eval.h b/eval.h
index dcdb87f..6287e67 100644
--- a/eval.h
+++ b/eval.h
@@ -56,6 +56,8 @@ class Evaluator {
// For target specific variables.
Var* LookupVarInCurrentScope(Symbol name);
+ shared_ptr<string> EvalVar(Symbol name);
+
const Loc& loc() const { return loc_; }
const vector<shared_ptr<Rule>>& rules() const { return rules_; }