summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-12-05 11:36:12 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-12-05 11:36:12 -0500
commita87d1bf186b8060231a374334e399737f6d860a4 (patch)
treedc2b9936968ab575e21a62fa9e500ec8f166cdb4 /staptree.h
parent0dc343224e63d8c6f2ba4f0688c93c8c9b5781b6 (diff)
parentb58523345ea01d313672f6896b02b447b6d1d82a (diff)
downloadsystemtap-steved-a87d1bf186b8060231a374334e399737f6d860a4.tar.gz
systemtap-steved-a87d1bf186b8060231a374334e399737f6d860a4.tar.xz
systemtap-steved-a87d1bf186b8060231a374334e399737f6d860a4.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
* 'master' of ssh://sources.redhat.com/git/systemtap: PR7051: Remove broken printf %n directive support
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/staptree.h b/staptree.h
index 40be8e05..069c9bcc 100644
--- a/staptree.h
+++ b/staptree.h
@@ -290,8 +290,7 @@ struct print_format: public expression
conv_char,
conv_memory,
conv_literal,
- conv_binary,
- conv_size
+ conv_binary
};
enum width_type