Refactoring

This commit is contained in:
Justin Ethier 2016-04-27 03:52:27 -04:00
parent 7181268d6b
commit 007c7d3fe5

View file

@ -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);