Rename ecl_fix() to ecl_fixnum(), just like ecl_long_float() or ecl_double_float()

This commit is contained in:
Juan Jose Garcia Ripoll 2012-06-07 23:55:43 +02:00
parent f062b726cc
commit cb1cf92713
56 changed files with 298 additions and 297 deletions

View file

@ -91,7 +91,7 @@ ecl_parse_integer(cl_object str, cl_index start, cl_index end,
else
goto CANNOT_PARSE;
}
x = ecl_parse_integer(strng, s, e, &ep, ecl_fix(radix));
x = ecl_parse_integer(strng, s, e, &ep, ecl_fixnum(radix));
if (x == OBJNULL) {
if (junk_allowed != Cnil) {
@(return Cnil ecl_make_fixnum(ep));