mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Added TODO
This commit is contained in:
parent
44c246c38e
commit
8622eb8241
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ object Cyc_has_cycle(object lst);
|
|||
object Cyc_is_boolean(object o);
|
||||
#define Cyc_is_pair(o) ((is_object_type(o) && ((list) o)->tag == pair_tag) ? boolean_t : boolean_f)
|
||||
#define Cyc_is_null(o) make_boolean(o == NULL)
|
||||
TODO: convert all of these to macros (if it makes sense, most should), and remove them from runtime.c:
|
||||
object Cyc_is_number(object o);
|
||||
object Cyc_is_complex(object o);
|
||||
object Cyc_is_real(object o);
|
||||
|
|
Loading…
Add table
Reference in a new issue