diff options
author | root <root@toddy.(none)> | 2008-12-05 11:15:06 -0500 |
---|---|---|
committer | root <root@toddy.(none)> | 2008-12-05 11:15:06 -0500 |
commit | b58523345ea01d313672f6896b02b447b6d1d82a (patch) | |
tree | 93bdefeeca9c3db69c5d5804ec32524ead923155 /staptree.h | |
parent | 3e122bea3dd507d0d355e4dead7fcbd73b72c0d9 (diff) | |
download | systemtap-steved-b58523345ea01d313672f6896b02b447b6d1d82a.tar.gz systemtap-steved-b58523345ea01d313672f6896b02b447b6d1d82a.tar.xz systemtap-steved-b58523345ea01d313672f6896b02b447b6d1d82a.zip |
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 |