mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Updated comment
This commit is contained in:
parent
a9453eccc4
commit
674807a9e2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue