mini-mes: gcc: run (cons 0 1).
This commit is contained in:
parent
e00d18b59f
commit
61e14e6e24
1
mes.c
1
mes.c
|
@ -284,6 +284,7 @@ cdr (SCM x)
|
||||||
if (TYPE (x) != PAIR) error (cell_symbol_not_a_pair, cons (x, cell_symbol_cdr));
|
if (TYPE (x) != PAIR) error (cell_symbol_not_a_pair, cons (x, cell_symbol_cdr));
|
||||||
return CDR (x);
|
return CDR (x);
|
||||||
}
|
}
|
||||||
|
|
||||||
SCM
|
SCM
|
||||||
eq_p (SCM x, SCM y)
|
eq_p (SCM x, SCM y)
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue