summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-02-19 12:53:32 +1000
committerddomingo <ddomingo@redhat.com>2009-02-19 12:53:32 +1000
commit1a0264b672725e7f770c27bb60636eb4588315b6 (patch)
tree624f9ee513aa16ba446125bac8d56cd815513916 /elaborate.h
parent6e21839983c9f8e112ec23205f98117705bfcd04 (diff)
parent60ea929119a82b462bc32dd42a48972ee04420e0 (diff)
downloadsystemtap-steved-1a0264b672725e7f770c27bb60636eb4588315b6.tar.gz
systemtap-steved-1a0264b672725e7f770c27bb60636eb4588315b6.tar.xz
systemtap-steved-1a0264b672725e7f770c27bb60636eb4588315b6.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
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);