diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-02-27 12:54:34 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-02-27 12:54:34 -0500 |
commit | ed1f47c32969a60eb074dc246c79ccda456ebf58 (patch) | |
tree | 65f8bc63b516fe525af1409fad83f44235d9e675 /elaborate.h | |
parent | 781c25855e35a7b77e5794bd027ca0cf41e4a3a4 (diff) | |
parent | a2dc47ddef0dbed1b0dc912c876f5f57f97c1ede (diff) | |
download | systemtap-steved-ed1f47c32969a60eb074dc246c79ccda456ebf58.tar.gz systemtap-steved-ed1f47c32969a60eb074dc246c79ccda456ebf58.tar.xz systemtap-steved-ed1f47c32969a60eb074dc246c79ccda456ebf58.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'elaborate.h')
-rw-r--r-- | elaborate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h index 607f8689..fc8fbbcb 100644 --- a/elaborate.h +++ b/elaborate.h @@ -54,6 +54,7 @@ struct typeresolution_info: public visitor functiondecl* current_function; derived_probe* current_probe; + void check_arg_type (exp_type wanted, expression* arg); void mismatch (const token* tok, exp_type t1, exp_type t2); void unresolved (const token* tok); void resolved (const token* tok, exp_type t); |