]> git.lizzy.rs Git - nothing.git/commitdiff
TODO(#322)
authorrexim <reximkut@gmail.com>
Mon, 10 Sep 2018 21:51:40 +0000 (04:51 +0700)
committerrexim <reximkut@gmail.com>
Mon, 10 Sep 2018 21:51:40 +0000 (04:51 +0700)
src/script/interpreter.c

index 46a5f37ba464ce57c4538fe9935e9a62bd5e452e..64d2ee6f703a73ff66d622b7473b56b9c2ccc943 100644 (file)
@@ -37,7 +37,7 @@ static struct EvalResult eval_atom(Gc *gc, struct Expr scope, struct Atom *atom)
     case ATOM_NUMBER:
     case ATOM_SYMBOL:
     case ATOM_STRING:
-        /* TODO: get rid of unnecessary clone_expr from interpreter */
+        /* TODO(#322): get rid of unnecessary clone_expr from interpreter */
         return eval_success(clone_expr(gc, atom_as_expr(atom)));
     }