mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added TODO
This commit is contained in:
parent
0724483c8e
commit
40bc76ac65
1 changed files with 4 additions and 0 deletions
|
@ -614,6 +614,10 @@ object Cyc_is_symbol(object o){
|
|||
return boolean_f;}
|
||||
|
||||
object Cyc_is_reserved_symbol(object o) {
|
||||
TODO: why did this return #t all the time in self-compiled cyclone
|
||||
when equalp was used below instead of equal? should switch them and
|
||||
debug to investigate. is this the same reason why the Cyc_procedure error
|
||||
is thrown when trying to self-compile eval.c????
|
||||
if (Cyc_is_symbol(o) == boolean_t && equal(o, quote_Cyc_191procedure))
|
||||
return boolean_t;
|
||||
return boolean_f; }
|
||||
|
|
Loading…
Add table
Reference in a new issue