diff options
author | ddomingo <ddomingo@redhat.com> | 2009-02-19 12:53:32 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-02-19 12:53:32 +1000 |
commit | 1a0264b672725e7f770c27bb60636eb4588315b6 (patch) | |
tree | 624f9ee513aa16ba446125bac8d56cd815513916 /elaborate.h | |
parent | 6e21839983c9f8e112ec23205f98117705bfcd04 (diff) | |
parent | 60ea929119a82b462bc32dd42a48972ee04420e0 (diff) | |
download | systemtap-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.h | 2 |
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); |