summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-02-27 12:54:34 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-02-27 12:54:34 -0500
commited1f47c32969a60eb074dc246c79ccda456ebf58 (patch)
tree65f8bc63b516fe525af1409fad83f44235d9e675 /elaborate.h
parent781c25855e35a7b77e5794bd027ca0cf41e4a3a4 (diff)
parenta2dc47ddef0dbed1b0dc912c876f5f57f97c1ede (diff)
downloadsystemtap-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.h1
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);