mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 01:10:53 -07:00
Rename ecl_fix() to ecl_fixnum(), just like ecl_long_float() or ecl_double_float()
This commit is contained in:
parent
f062b726cc
commit
cb1cf92713
56 changed files with 298 additions and 297 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue