diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2008-11-27 10:52:47 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-11-27 10:52:47 -0500 |
commit | 708ce1f3a663fc765d589a7547c906d05791e5e1 (patch) | |
tree | f70731fcf57e9d2ea5aeac5e866e9cc43a0be08d /elaborate.cxx | |
parent | d3dc1c0b33e615f9c1b8eb6c7b12bc062f3d9de4 (diff) | |
download | systemtap-steved-708ce1f3a663fc765d589a7547c906d05791e5e1.tar.gz systemtap-steved-708ce1f3a663fc765d589a7547c906d05791e5e1.tar.xz systemtap-steved-708ce1f3a663fc765d589a7547c906d05791e5e1.zip |
PR7035: don't suppress all error messages during listings mode
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/elaborate.cxx b/elaborate.cxx index 7cbac31f..0dd80626 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -1446,9 +1446,6 @@ systemtap_session::print_error (const semantic_error& e) string message_str[2]; string align_semantic_error (" "); - // NB: we don't print error messages during listing mode. - if (listing_mode) return; - // We generate two messages. The second one ([1]) is printed // without token compression, for purposes of duplicate elimination. // This way, the same message that may be generated once with a |