diff options
author | fche <fche> | 2005-06-02 21:10:49 +0000 |
---|---|---|
committer | fche <fche> | 2005-06-02 21:10:49 +0000 |
commit | d8e610f05aafd65e2afef59088db43a2c946680f (patch) | |
tree | 7d3d5ba6c004a5e38a78a3c8dc8c75680f39a56d /translate.cxx | |
parent | 3d3887df260321254f087cd87d011c9503b8bd44 (diff) | |
download | systemtap-steved-d8e610f05aafd65e2afef59088db43a2c946680f.tar.gz systemtap-steved-d8e610f05aafd65e2afef59088db43a2c946680f.tar.xz systemtap-steved-d8e610f05aafd65e2afef59088db43a2c946680f.zip |
none
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx index 76dadf7b..f53e2952 100644 --- a/translate.cxx +++ b/translate.cxx @@ -717,7 +717,7 @@ c_unparser::visit_binary_expression (binary_expression* e) e->right->visit (this); o->line() << ")"; } - // % and / need a division-by-zero check + // XXX: % and / need a division-by-zero check else throw semantic_error ("not yet implemented", e->tok); } |