summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
authorElliott Baron <ebaron@toriamos.yyz.redhat.com>2008-10-20 11:11:19 -0400
committerElliott Baron <ebaron@toriamos.yyz.redhat.com>2008-10-20 11:11:19 -0400
commitfecccf83624c2f09207cd281f9efc272300e8e55 (patch)
treed5509bcee4798d90781cb6c1f7dc8741a32bc28a /staptree.h
parent6b1730cb635b8d671bca8c3df173db3f1282ecdb (diff)
downloadsystemtap-steved-fecccf83624c2f09207cd281f9efc272300e8e55.tar.gz
systemtap-steved-fecccf83624c2f09207cd281f9efc272300e8e55.tar.xz
systemtap-steved-fecccf83624c2f09207cd281f9efc272300e8e55.zip
PR6851: Added support for %c printf conversion specifier [trying again]
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index c35728cb..40be8e05 100644
--- a/staptree.h
+++ b/staptree.h
@@ -287,6 +287,7 @@ struct print_format: public expression
conv_unsigned_uppercase_hex,
conv_unsigned_lowercase_hex,
conv_string,
+ conv_char,
conv_memory,
conv_literal,
conv_binary,