core: builtin_p: Prepare for M2-Planet.
* src/builtins.c (builtin_p): Prepare for M2-Planet.
This commit is contained in:
parent
6f60795489
commit
7a2f85b34b
|
@ -66,7 +66,8 @@ builtin_function (SCM builtin)
|
||||||
SCM
|
SCM
|
||||||
builtin_p (SCM x)
|
builtin_p (SCM x)
|
||||||
{
|
{
|
||||||
if (TYPE (x) == TSTRUCT && struct_ref_ (x, 2) == cell_symbol_builtin)
|
if (TYPE (x) == TSTRUCT)
|
||||||
|
if (struct_ref_ (x, 2) == cell_symbol_builtin)
|
||||||
return cell_t;
|
return cell_t;
|
||||||
return cell_f;
|
return cell_f;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue