mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +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 */
|
||||
|
||||
int equal(x, y)
|
||||
object x, y;
|
||||
int equal(object x, object y)
|
||||
{
|
||||
if (x == NULL)
|
||||
return (y == NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue