cleaned up the mess I left behind
[fw/sdcc] / src / SDCCast.c
index 0962481a8c8aaf5cc23b165b3ca6c1a1f18e77f7..0024cff3f35408cb2de43418cc6be5cf6a4f5a81 100644 (file)
@@ -1275,7 +1275,7 @@ bool constExprTree (ast *cexpr) {
        return constExprTree(cexpr->right);
       }
       if (cexpr->opval.op==CAST) {
-       // jwk: cast ignored, maybe we should throw a warning here
+       // cast ignored, maybe we should throw a warning here?
        return constExprTree(cexpr->right);
       }
       if (cexpr->opval.op=='&') {