From e35bfd7b69581a4007f7b51d728476f95b47f941 Mon Sep 17 00:00:00 2001 From: rexim Date: Tue, 11 Sep 2018 04:51:40 +0700 Subject: [PATCH] TODO(#322) --- src/script/interpreter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/interpreter.c b/src/script/interpreter.c index 46a5f37b..64d2ee6f 100644 --- a/src/script/interpreter.c +++ b/src/script/interpreter.c @@ -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))); } -- 2.44.0