summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/elaborate.h b/elaborate.h
index 13246b86..5f396526 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -118,7 +118,6 @@ struct derived_probe: public probe
virtual probe_point* sole_location () const;
virtual void printsig (std::ostream &o) const;
void printsig_nested (std::ostream &o) const;
- void insert_condition_statement (void);
virtual void collect_derivation_chain (std::vector<derived_probe*> &probes_list);
virtual void emit_probe_context_vars (translator_output*) {}
@@ -197,7 +196,7 @@ match_key
{
std::string name;
bool have_parameter;
- token_type parameter_type;
+ exp_type parameter_type;
match_key(std::string const & n);
match_key(probe_point::component const & c);