diff --git a/runtime.c b/runtime.c index cddee462..9d929b68 100644 --- a/runtime.c +++ b/runtime.c @@ -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);