summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h
index 715a37df..1e05444f 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -54,6 +54,8 @@ struct typeresolution_info: public visitor
bool assert_resolvability;
functiondecl* current_function;
derived_probe* current_probe;
+ std::vector <const token*> resolved_toks; // account for type mis-
+ std::vector <const token*> printed_toks; // matches (BZ 9719)
void check_arg_type (exp_type wanted, expression* arg);
void mismatch (const token* tok, exp_type t1, exp_type t2);