mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 01:07:34 +02:00
Remove old macro
This commit is contained in:
parent
66ff7f6380
commit
fccc9630cf
1 changed files with 0 additions and 6 deletions
|
@ -66,12 +66,6 @@ enum object_tag {
|
|||
#define obj_is_not_closure(obj) \
|
||||
((obj == NULL) || is_value_type(obj) || (type_of(obj) > macro_tag))
|
||||
|
||||
/**
|
||||
* Returns a true value if object is not a closure, or false otherwise
|
||||
*/
|
||||
#define type_is_pair_prim(clo) (obj_is_not_closure(clo))
|
||||
|
||||
|
||||
/**
|
||||
* Defines the size of object tags
|
||||
* \ingroup objects
|
||||
|
|
Loading…
Add table
Reference in a new issue