diff options
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); } |