mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Refactoring
This commit is contained in:
parent
7181268d6b
commit
007c7d3fe5
1 changed files with 1 additions and 2 deletions
|
@ -462,8 +462,7 @@ void Cyc_rt_raise_msg(void *data, const char *err)
|
||||||
|
|
||||||
/* END exception handler */
|
/* END exception handler */
|
||||||
|
|
||||||
int equal(x, y)
|
int equal(object x, object y)
|
||||||
object x, y;
|
|
||||||
{
|
{
|
||||||
if (x == NULL)
|
if (x == NULL)
|
||||||
return (y == NULL);
|
return (y == NULL);
|
||||||
|
|
Loading…
Add table
Reference in a new issue