Updated comment

This commit is contained in:
Justin Ethier 2015-06-24 21:17:01 -04:00
parent a9453eccc4
commit 674807a9e2

View file

@ -1351,7 +1351,7 @@ object apply(object cont, object func, object args){
case cons_tag:
{
// TODO: would be better to compare directly against symbols here,
// but need a way of looking up this symbol ahead of time.
// but need a way of looking them up ahead of time.
// maybe a libinit() or such is required.
if (strncmp(((symbol)car(func))->pname, "primitive", 10) == 0) {
make_cons(c, cadr(func), args);