diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-12-05 11:36:12 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-12-05 11:36:12 -0500 |
commit | a87d1bf186b8060231a374334e399737f6d860a4 (patch) | |
tree | dc2b9936968ab575e21a62fa9e500ec8f166cdb4 /staptree.h | |
parent | 0dc343224e63d8c6f2ba4f0688c93c8c9b5781b6 (diff) | |
parent | b58523345ea01d313672f6896b02b447b6d1d82a (diff) | |
download | systemtap-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -290,8 +290,7 @@ struct print_format: public expression conv_char, conv_memory, conv_literal, - conv_binary, - conv_size + conv_binary }; enum width_type |