(LCM) => 1

This commit is contained in:
jjgarcia 2003-12-19 10:21:45 +00:00
parent 99e1acec1c
commit d0eeede5e0

View file

@ -905,7 +905,7 @@ one_minus(cl_object x)
cl_object lcm;
@
if (narg == 0)
@(return MAKE_FIXNUM(0))
@(return MAKE_FIXNUM(1))
/* INV: get_gcd() checks types. By placing `numi' before `lcm' in
this call, we make sure that errors point to `numi' */
lcm = cl_va_arg(nums);